-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
feat: Allow users to add more Audiences to OpenID Connect #1451
feat: Allow users to add more Audiences to OpenID Connect #1451
Conversation
Thank you for your contribution! The Remove any changes to the |
4102005
to
bc4f007
Compare
e8a2bd0
to
a96eec8
Compare
a96eec8
to
dba8048
Compare
@barryib can I get a review on this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have studied #1145 and I understand pain. In shortcut EKS module is working here correctly for China region but 3rd party tooling using IRSA roles is not aware that China has local sts endpoint sts.amazonaws.com.cn
. 3rd party tooling using IRSA roles are trying to authorise in sts.amazonaws.com
which is not in openid audience so it is not working.
This change is just adding new possible variable which will solve a lot of issues for China (and GOV?) regions.
@antonbabenko I think it is ok to merge 👍
@antonbabenko @daroga0002 @cabrinha folks, maybe it's too late to claim, but I assume that the name of the variable with the client id list should be something other than |
if I understand correctly you want just to change a I think as this PR was arleady merged and there was created release input variable should stay as is ( |
@lisfo4ka Isn't |
@daroga0002 yes, you're right, I've meant just a local variable renaming. But I see now that it's really not so important change since for the IRSA option the client id list will contain STS endpoints only. Thanks, @antonbabenko. So let's leave as it is? |
We can rename |
@antonbabenko @daroga0002 please, find the discussed changes in #1561. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
PR o'clock
Fixes #1145
Description
I'd like to add more audiences to the OpenID Connect Provider: #1145
Checklist