finance: expand actual openid env

This commit is contained in:
Brad Stein 2026-01-17 02:29:47 -03:00
parent 1cc1b9bea5
commit 6028d82aa3

View File

@ -90,6 +90,14 @@ spec:
value: "true"
- name: ACTUAL_OPENID_DISCOVERY_URL
value: https://sso.bstein.dev/realms/atlas
- name: ACTUAL_OPENID_AUTHORIZATION_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/auth
- name: ACTUAL_OPENID_TOKEN_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/token
- name: ACTUAL_OPENID_USERINFO_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/userinfo
- name: ACTUAL_OPENID_PROVIDER_NAME
value: Atlas SSO
- name: ACTUAL_OPENID_SERVER_HOSTNAME
value: https://budget.bstein.dev
volumeMounts:
@ -120,6 +128,14 @@ spec:
value: "true"
- name: ACTUAL_OPENID_DISCOVERY_URL
value: https://sso.bstein.dev/realms/atlas
- name: ACTUAL_OPENID_AUTHORIZATION_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/auth
- name: ACTUAL_OPENID_TOKEN_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/token
- name: ACTUAL_OPENID_USERINFO_ENDPOINT
value: https://sso.bstein.dev/realms/atlas/protocol/openid-connect/userinfo
- name: ACTUAL_OPENID_PROVIDER_NAME
value: Atlas SSO
- name: ACTUAL_OPENID_SERVER_HOSTNAME
value: https://budget.bstein.dev
volumeMounts: