Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add bearer_token_format and idp_access_token_allowed_audiences #1103

Conversation

calebdoxsey
Copy link
Contributor

Summary

Add the bearer_token_format and idp_access_token_allowed_audiences global and route-level options.

Related issues

Checklist

  • reference any related issues
  • updated docs
  • updated unit tests
  • updated UPGRADING.md
  • add appropriate tag (improvement / bug / etc)
  • ready for review

@calebdoxsey calebdoxsey requested a review from a team as a code owner February 18, 2025 19:03
@calebdoxsey calebdoxsey requested review from kenjenkins and removed request for a team February 18, 2025 19:03
@calebdoxsey calebdoxsey merged commit e6e6c31 into main Feb 18, 2025
7 checks passed
@calebdoxsey calebdoxsey deleted the cdoxsey/eng-2020-ingress-controller-add-support-for-new-idp-token-options branch February 18, 2025 22:20
@backport-actions-token
Copy link

The backport to 0-28-exp failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-0-28-exp 0-28-exp
# Navigate to the new working tree
cd .worktrees/backport-0-28-exp
# Create a new branch
git switch --create backport-1103-to-0-28-exp
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 e6e6c31289fd77848590108cceeb0798615dd229
# Push it to GitHub
git push --set-upstream origin backport-1103-to-0-28-exp
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-0-28-exp

Then, create a pull request where the base branch is 0-28-exp and the compare/head branch is backport-1103-to-0-28-exp.

@calebdoxsey calebdoxsey mentioned this pull request Feb 20, 2025
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants