cockroachdb / terraform-provider-cockroach

Terraform provider for CockroachDB Cloud
Apache License 2.0
56 stars 10 forks source link

Add Terraform Provider to Grant roles #94

Closed kpatron-cockroachlabs closed 1 year ago

kpatron-cockroachlabs commented 1 year ago

The added provider takes in a user id and a set of roles and then grants those roles to that user.

Note that for CC, persons, servicea accounts and groups are all valid users. That is why we have to use user ids for now until a better addressing scheme is decided on for all user types.

DO NOT MERGE UNTIL go-sdk updates

Add a description of the problem this PR addresses and an overview of how this PR works.


This change is Reviewable

kpatron-cockroachlabs commented 1 year ago

I have update go-sdk