Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial: update loadbalancer metadata status in resolvers #273

Merged
merged 13 commits into from
Nov 15, 2023
Prev Previous commit
Next Next commit
add oidc client issuer to chart
Signed-off-by: Matt Siwiec <rizzza@users.noreply.github.com>
rizzza committed Nov 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 452959664c9f6f8394dc5649de86535e4ae16390
1 change: 1 addition & 0 deletions chart/load-balancer-api/templates/api-config.yaml
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@ data:
LOADBALANCERAPI_OIDC_AUDIENCE: "{{ .Values.api.oidc.audience }}"
LOADBALANCERAPI_OIDC_ISSUER: "{{ .Values.api.oidc.issuer }}"
LOADBALANCERAPI_OIDC_JWKS_REMOTE_TIMEOUT: "{{ .Values.api.oidc.jwksRemoteTimeout }}"
LOADBALANCERAPI_OIDC_CLIENT_ISSUER: "{{ .Values.api.oidc.client.issuer }}"
LOADBALANCERAPI_PERMISSIONS_IGNORENORESPONDERS: "{{ .Values.api.permissions.ignoreNoResponders }}"
LOADBALANCERAPI_PERMISSIONS_URL: "{{ .Values.api.permissions.url }}"
LOADBALANCERAPI_SERVER_LISTEN: ":{{ .Values.api.listenPort }}"
2 changes: 2 additions & 0 deletions chart/load-balancer-api/values.yaml
Original file line number Diff line number Diff line change
@@ -75,6 +75,8 @@ api:
issuer: ""
jwks:
remoteTimeout: 1m
client:
issuer: ""

permissions:
url: ""