-
Notifications
You must be signed in to change notification settings - Fork 4
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
Newer permissions should be added to the list of allowed permissions. #20
Comments
I reverse engineered build-in Owner group via
and which resulted with:
Trying to create RBAC group with same set of permissions shows limitations of Instana TF provider with errors like:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current State:
The terraform provider compares the list of provided permissions in the permission set with the list of allowed permissions, which is defined here:
terraform-provider-instana/instana/restapi/groups-api.go
Line 72 in e2eac03
There are currently missing a bunch of permissions, which currently cannot be set:
As I am currently not aware of any total list, I don't know, which additional permissions are still missing.
The text was updated successfully, but these errors were encountered: