From 8a845980425590dd42723856d40b1642d5dd13ae Mon Sep 17 00:00:00 2001 From: deploy Date: Mon, 21 Sep 2026 21:44:09 +0000 Subject: [PATCH] fix(tenants): ATM_PLANO=institucional (sem ele a barreira cai em bronze e os modulos pagos dao 403) --- tenants/acme/65-runtime-core.yaml | 2 ++ tenants/acme/66-runtime-operacao.yaml | 2 ++ tenants/acme/67-runtime-saude.yaml | 2 ++ tenants/demo/65-runtime-core.yaml | 2 ++ tenants/demo/66-runtime-operacao.yaml | 2 ++ tenants/demo/67-runtime-saude.yaml | 2 ++ tenants/piloto/65-runtime-core.yaml | 2 ++ tenants/piloto/66-runtime-operacao.yaml | 2 ++ tenants/piloto/67-runtime-saude.yaml | 2 ++ 9 files changed, 18 insertions(+) diff --git a/tenants/acme/65-runtime-core.yaml b/tenants/acme/65-runtime-core.yaml index 2e75a5b..4fd6d07 100644 --- a/tenants/acme/65-runtime-core.yaml +++ b/tenants/acme/65-runtime-core.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: acme + - name: ATM_PLANO + value: institucional - name: ATM_KC_ADMIN_ENABLED value: 'true' - name: ATM_KC_CLIENT_SECRET diff --git a/tenants/acme/66-runtime-operacao.yaml b/tenants/acme/66-runtime-operacao.yaml index 4abda23..ddbbc08 100644 --- a/tenants/acme/66-runtime-operacao.yaml +++ b/tenants/acme/66-runtime-operacao.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: acme + - name: ATM_PLANO + value: institucional - name: ATM_CONSENTIMENTO_SEGREDO valueFrom: secretKeyRef: diff --git a/tenants/acme/67-runtime-saude.yaml b/tenants/acme/67-runtime-saude.yaml index 64d7c42..a59fb8f 100644 --- a/tenants/acme/67-runtime-saude.yaml +++ b/tenants/acme/67-runtime-saude.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-acme.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: acme + - name: ATM_PLANO + value: institucional - name: GARMIN_REDIRECT_URI value: https://acme.athleticmap.influxdigital.com.br/api/public/integrations/garmin/callback - name: GARMIN_FRONTEND_REDIRECT diff --git a/tenants/demo/65-runtime-core.yaml b/tenants/demo/65-runtime-core.yaml index 5e6f128..1eff98e 100644 --- a/tenants/demo/65-runtime-core.yaml +++ b/tenants/demo/65-runtime-core.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: demo + - name: ATM_PLANO + value: institucional - name: ATM_KC_ADMIN_ENABLED value: 'true' - name: ATM_KC_CLIENT_SECRET diff --git a/tenants/demo/66-runtime-operacao.yaml b/tenants/demo/66-runtime-operacao.yaml index 33768ea..d493f7b 100644 --- a/tenants/demo/66-runtime-operacao.yaml +++ b/tenants/demo/66-runtime-operacao.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: demo + - name: ATM_PLANO + value: institucional - name: ATM_CONSENTIMENTO_SEGREDO valueFrom: secretKeyRef: diff --git a/tenants/demo/67-runtime-saude.yaml b/tenants/demo/67-runtime-saude.yaml index 4a22bdb..6d92ea3 100644 --- a/tenants/demo/67-runtime-saude.yaml +++ b/tenants/demo/67-runtime-saude.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-demo.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: demo + - name: ATM_PLANO + value: institucional - name: GARMIN_REDIRECT_URI value: https://demo.athleticmap.influxdigital.com.br/api/public/integrations/garmin/callback - name: GARMIN_FRONTEND_REDIRECT diff --git a/tenants/piloto/65-runtime-core.yaml b/tenants/piloto/65-runtime-core.yaml index 5822fb7..c0748db 100644 --- a/tenants/piloto/65-runtime-core.yaml +++ b/tenants/piloto/65-runtime-core.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: piloto + - name: ATM_PLANO + value: institucional - name: ATM_KC_ADMIN_ENABLED value: 'true' - name: ATM_KC_CLIENT_SECRET diff --git a/tenants/piloto/66-runtime-operacao.yaml b/tenants/piloto/66-runtime-operacao.yaml index 1315ede..6b99581 100644 --- a/tenants/piloto/66-runtime-operacao.yaml +++ b/tenants/piloto/66-runtime-operacao.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: piloto + - name: ATM_PLANO + value: institucional - name: ATM_CONSENTIMENTO_SEGREDO valueFrom: secretKeyRef: diff --git a/tenants/piloto/67-runtime-saude.yaml b/tenants/piloto/67-runtime-saude.yaml index 197bf63..2f04e73 100644 --- a/tenants/piloto/67-runtime-saude.yaml +++ b/tenants/piloto/67-runtime-saude.yaml @@ -41,6 +41,8 @@ spec: value: https://auth-piloto.athleticmap.influxdigital.com.br/realms/athleticmap - name: ATM_TENANT value: piloto + - name: ATM_PLANO + value: institucional - name: GARMIN_REDIRECT_URI value: https://piloto.athleticmap.influxdigital.com.br/api/public/integrations/garmin/callback - name: GARMIN_FRONTEND_REDIRECT