Skip to content

Commit

Permalink
helm: Fix demo paths
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 19, 2019
1 parent 81022d2 commit 5717b0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions helm/charts/oathkeeper/stub/remote-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ oathkeeper:

access_rules:
repositories:
- "https://raw.githubusercontent.com/ory/k8s/feat-oathkeeper-helm/helm/oathkeeper/demo/access-rules.json"
- "https://raw.githubusercontent.com/ory/k8s/master/helm/charts/oathkeeper/demo/access-rules.json"

authenticators:
anonymous:
Expand All @@ -26,4 +26,4 @@ oathkeeper:
id_token:
enabled: true
issuer_url: http://{{ include "oathkeeper.fullname" . }}/
jwks_url: https://raw.githubusercontent.com/ory/k8s/feat-oathkeeper-helm/helm/oathkeeper/demo/mutator.id_token.jwks.json
jwks_url: https://raw.githubusercontent.com/ory/k8s/master/helm/charts/oathkeeper/demo/mutator.id_token.jwks.json
6 changes: 3 additions & 3 deletions helm/charts/oathkeeper/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ data:
{{- if .Values.demo }}
access_rules:
repositories:
- "https://raw.githubusercontent.com/ory/k8s/feat-oathkeeper-helm/helm/oathkeeper/demo/access-rules.json"
- "https://raw.githubusercontent.com/ory/k8s/master/helm/charts/oathkeeper/demo/access-rules.json"

authenticators:
anonymous:
enabled: true
jwt:
enabled: true
jwks_urls:
- "https://raw.githubusercontent.com/ory/k8s/feat-oathkeeper-helm/helm/oathkeeper/demo/authenticator.jwt.jwks.json"
- "https://raw.githubusercontent.com/ory/k8s/master/helm/charts/oathkeeper/demo/authenticator.jwt.jwks.json"
noop:
enabled: true
unauthorized:
Expand All @@ -41,7 +41,7 @@ data:
id_token:
enabled: true
issuer_url: http://{{ include "oathkeeper.fullname" . }}/
jwks_url: https://raw.githubusercontent.com/ory/k8s/feat-oathkeeper-helm/helm/oathkeeper/demo/mutator.id_token.jwks.json
jwks_url: https://raw.githubusercontent.com/ory/k8s/master/helm/charts/oathkeeper/demo/mutator.id_token.jwks.json
noop:
enabled: true

Expand Down

0 comments on commit 5717b0e

Please sign in to comment.