Skip to content

Commit

Permalink
Update auth route table to include routes for attestation and asserti…
Browse files Browse the repository at this point in the history
…on. (#221)

Co-authored-by: lostlevels <[email protected]>
  • Loading branch information
toddkazakov and lostlevels authored Jan 9, 2023
1 parent 87f6a47 commit 05335ce
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tidepool/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
description: A Helm chart for Tidepool
name: tidepool
version: 0.14.3
version: 0.14.4
maintainers:
- name: Todd Kazakov
email: [email protected]
Expand Down
16 changes: 16 additions & 0 deletions charts/tidepool/charts/auth/templates/4-routetable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,20 @@ spec:
single:
upstream:
name: auth
- matchers:
- methods:
- POST
prefix: /v1/attestations
routeAction:
single:
upstream:
name: auth
- matchers:
- methods:
- POST
prefix: /v1/assertions
routeAction:
single:
upstream:
name: auth
{{- end }}

0 comments on commit 05335ce

Please sign in to comment.