You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I'm having an issue with the oathkeeper access rules I defined. For testing purpose, I tried to set the content of access-rules.json with the example from the documentation here and get a similar output. Here's how I install oathkeeper:
Ok I think I found the potential issue. In the Helm file templates/configmap-rules.yaml.
If I changed the following line: [2 spaces]{{ .Values.oathkeeper.accessRules | default "[]" }}
to: {{ .Values.oathkeeper.accessRules | default "[]" | indent 4}}
Then the generated json's format seems correct and the installation succeeds.
Hi there, I'm having an issue with the oathkeeper access rules I defined. For testing purpose, I tried to set the content of
access-rules.json
with the example from the documentation here and get a similar output. Here's how I install oathkeeper:and the command output:
If
access.rules.json
content is set to[]
the installation succeeds.If I run
I get:
The JSON format isn't converted properly... Hmm. Any idea / suggestion is welcome :-) (FYI I just started working with k8s and helm)
Thanks.
The text was updated successfully, but these errors were encountered: