-
Notifications
You must be signed in to change notification settings - Fork 238
assume-role-arn should use auto-detect #271
Comments
This would be a great feature. |
Was this resolved by #276? As in, I can use either a |
We have just faced this issue in kiam:4.0 As you can see in the server logs, the ARN is autocompleted for the requested role by the pod (z2h2q-Route53Manager-Role) but it's not autocompleted for the role that the server has to assume (z2h2q-IAMManager-Role).
This is our server parameters that we use for release 3.X and if we put the full ARN it works perfectly:
Is this expected and we need to provide full ARN now or maybe we have something missconfigured in the the new release? Thank you very much! |
Does the |
@pingles any idea on #271 (comment) ? |
Opened a PR #459 |
The only place I need to provide my account info is to provide an
assume-role-arn
. Can you use the auto-detect feature that identifies the prefix to also provide the prefix forassume-role-arn
?One backward compatible way would be to detect if
assume-role-arn
is a completearn
or simply a role name. If the latter and the auto-detect feature is on, the create the completearn
from the auto-detected prefix and the role name.The text was updated successfully, but these errors were encountered: