change ARN Role
#3885
Replies: 3 comments 4 replies
|
@bilec : could you post the exact error message you're getting, please?.. and a stack trace, if possible. |
2 replies
|
The ugly-but-works solution is to hand-edit the DB and then restart Polaris. But I still don't get why it's not possible. |
2 replies
|
I took a quick stab at this: #4019 The PR only allows going from no ARN role to some ARN role. It's still forbidden to change an existing account ID. If that is not desirable (or not enough), we could maybe look into introducing a |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, why is it not possible to change ARN Role in already existing catalog?
Problem is that we wanna use STS but till now we were not using it so all our catalogs are created without ARN role. Now when i try to change it exception gets thrown that it is not possible.
All reactions