Skip to content

Commit

Permalink
Expose prices API
Browse files Browse the repository at this point in the history
  • Loading branch information
jveski committed May 7, 2024
1 parent 70f8037 commit a15c438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
- name: access-controller-controller
newName: ghcr.io/thelab-ms/access-controller-controller
newTag: main-b26e1cb
newTag: main-2640dd2

- name: docuseal
newName: docker.io/docuseal/docuseal
Expand Down
2 changes: 1 addition & 1 deletion manifests/profile-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
- name: OAUTH2_PROXY_UPSTREAMS
value: "http://127.0.0.1:8080"
- name: OAUTH2_PROXY_SKIP_AUTH_ROUTES
value: '.*(signup|assets|webhooks|events|\/f\/).*'
value: '.*(signup|assets|webhooks|events|prices|\/f\/).*'
- name: OAUTH2_PROXY_REDIRECT_URL
value: "https://profile-staging.thelab.ms/oauth2/callback"

Expand Down
2 changes: 1 addition & 1 deletion manifests/profile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
- name: OAUTH2_PROXY_UPSTREAMS
value: "http://127.0.0.1:8080"
- name: OAUTH2_PROXY_SKIP_AUTH_ROUTES
value: '.*(signup|assets|webhooks|events|\/f\/).*'
value: '.*(signup|assets|webhooks|events|prices|\/f\/).*'
- name: OAUTH2_PROXY_REDIRECT_URL
value: "https://profile.thelab.ms/oauth2/callback"

Expand Down

0 comments on commit a15c438

Please sign in to comment.