use validate
All checks were successful
Build and Publish / build-release (push) Successful in 1m7s

This commit is contained in:
2026-05-13 15:39:52 -05:00
parent 4d7d304c47
commit a872d33957
3 changed files with 5 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ config :phoenix, :plug_init_mode, :runtime
config :open_api_spex, :cache_adapter, OpenApiSpex.Plug.NoneCache
config :policy_service, :zitadel,
issuer: System.get_env("ZITADEL_ISSUER", "https://id.corredorconnect.com"),
issuer: System.get_env("ZITADEL_ISSUER", "https://id.corredorconect.com"),
client_id: System.get_env("ZITADEL_CLIENT_ID"),
client_secret: System.get_env("ZITADEL_CLIENT_SECRET"),
roles_claim: "urn:zitadel:iam:org:project:#{System.get_env("ZITADEL_PROJECT_ID")}:roles",