Commit dfabd51
committed
Fix SSO role ARN resolution for EKS access entries
SSO roles include a path prefix (e.g. /aws-reserved/sso.amazonaws.com/REGION/)
that EKS requires in access entries. The previous manual ARN construction
stripped this path, causing InvalidParameterException. Use `aws iam get-role`
to resolve the full canonical ARN.1 parent b08be30 commit dfabd51
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
259 | | - | |
| 260 | + | |
260 | 261 | | |
261 | 262 | | |
262 | 263 | | |
| |||
0 commit comments