-
Couldn't load subscription status.
- Fork 122
Support cross cluster API keys with the existing API key resource. #1252
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
Conversation
|
@tobio It seems that updating the key access: The role descriptions are also updated which results in this error: I wonder if we should get rid of
It looks like this field is a bit sticky for non-cross cluster api key updates as well. |
…s description changes
| name = "%s" | ||
| type = "cross_cluster" | ||
| access = { |
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.
Does it make sense to have this acceptance test update something in access to get some IT style acceptance test coverage of SetUnknownIfAccessHasChanges?
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.
Yea, it does exactly that.
Fixes #693
I started off creating an independent resource for cross cluster keys, but there's a lot of duplication and it's not clear what benefit there is in splitting them apart.