Skip to content

feat: add --additional-audiences flag for workspace JWT authentication#471

Merged
aaronschweig merged 2 commits intomainfrom
feature/additional-audiences
Apr 14, 2026
Merged

feat: add --additional-audiences flag for workspace JWT authentication#471
aaronschweig merged 2 commits intomainfrom
feature/additional-audiences

Conversation

@nexus49
Copy link
Copy Markdown
Contributor

@nexus49 nexus49 commented Apr 14, 2026

Summary

  • Add --additional-audiences CLI flag ([]string) to append extra trusted audiences to the WorkspaceAuthenticationConfiguration JWT issuer, beyond those derived from OIDC clients in AccountInfo
  • Available on all subcommands (operator, initializer, terminator, system, model-generator) via Config.AddFlags()
  • No behavior change when the flag is not set (nil slice is a no-op on append)

Allow configuring extra trusted audiences in the
WorkspaceAuthenticationConfiguration beyond those derived from
OIDC clients in AccountInfo.

Signed-off-by: Bastian Echterhölter <bastian.echterhoelter@sap.com>
On-behalf-of: @SAP <bastian.echterhoelter@sap.com>
@nexus49 nexus49 requested review from a team as code owners April 14, 2026 14:13
@aaronschweig aaronschweig enabled auto-merge (squash) April 14, 2026 14:20
@aaronschweig aaronschweig merged commit ada2899 into main Apr 14, 2026
14 checks passed
@aaronschweig aaronschweig deleted the feature/additional-audiences branch April 14, 2026 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants