From 6028d82aa35fe2700b39405908c3e974d468c5db Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 17 Jan 2026 02:29:47 -0300 Subject: [PATCH] finance: expand actual openid env --- services/finance/actual-budget-deployment.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/services/finance/actual-budget-deployment.yaml b/services/finance/actual-budget-deployment.yaml index 67092a0..cb55d2f 100644 --- a/services/finance/actual-budget-deployment.yaml +++ b/services/finance/actual-budget-deployment.yaml @@ -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: