Skip to content
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

Documentation around identity pools and RBAC/ACLs is not clear #405

Open
pwstorm opened this issue Jul 29, 2024 · 1 comment
Open

Documentation around identity pools and RBAC/ACLs is not clear #405

pwstorm opened this issue Jul 29, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@pwstorm
Copy link

pwstorm commented Jul 29, 2024

The documentation could be more clear that attaching role bindings or ACLs to identity pools requires specifying the id of the identity pool as a User in the principal field of the role binding or ACL resource, as mentioned in this issue: #241

@linouk23
Copy link
Contributor

@pwstorm, thank you for creating the issue!

It seems like we have added an example to the Role Bindings documentation page:

resource "confluent_role_binding" "environment-example-rb-2" {
  principal   = "User:${confluent_identity_pool.test.id}"
  role_name   = "EnvironmentAdmin"
  crn_pattern = confluent_environment.stag.resource_name
}

We'll make sure to add a similar example to the ACLs documentation page.

@linouk23 linouk23 added the good first issue Good for newcomers label Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants