-
Notifications
You must be signed in to change notification settings - Fork 0
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
[bug](service account): create super admin service-account logic missed the rolebinding object #64
Comments
Is there an ETA for this fix? Will this change just grant the SA admin on just the instance or across the whole StreamNative account? Ideally, it will just be within the instance. |
@erniebilling Hi Ernie, we plan to fix this issue before the end of Oct. I will let you know after we fix and cut a release for it. |
Fixed #67 |
Released https://registry.terraform.io/providers/streamnative/streamnative/latest/docs, you can try create a new service account |
Issue
terraform creating super admin service-account needs to add a rolebinding object to set it up.
Impact
Now, if we create a super admin service account and issue an apikey under that service account. The issued apikey is missing the admin permission in the JWT token.
The text was updated successfully, but these errors were encountered: