Skip to content

Commit

Permalink
Add allowedAudience to flyte-core external auth deployment documentat…
Browse files Browse the repository at this point in the history
…ion (#5124)

* Add allowedAudience to flyte-core external auth deployment documentation

Signed-off-by: Mark Waylonis <[email protected]>

* Update auth_setup.rst

Signed-off-by: Eduardo Apolinario <[email protected]>

---------

Signed-off-by: Mark Waylonis <[email protected]>
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
mwaylonis and eapolinario authored Mar 3, 2025
1 parent 9178aaa commit 0d1f7b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/deployment/configuration/auth_setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,8 @@ Follow the steps in this section to configure `flyteadmin` to use an external au
# 2. Optional: Set external auth server baseUrl if different from OpenId baseUrl.
externalAuthServer:
# Replace this with your deployment URL. It will be used by flyteadmin to validate the token audience
allowedAudience: https://<your-flyte-deployment-URL>
# baseUrl: https://<keycloak-url>/auth/realms/<keycloak-realm> # Uncomment for Keycloak and update with your installation host and realm name
# baseUrl: https://login.microsoftonline.com/<tenant-id>/v2.0 # Uncomment for Azure AD
# For Okta, use the Issuer URI of the custom auth server:
Expand Down

0 comments on commit 0d1f7b0

Please sign in to comment.