You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we export all permissions except authorization = "tokens". This will require adding a custom List operation for permissions that will emit just that instance.
The text was updated successfully, but these errors were encountered:
…rmissions for tokens (#4402)
## Changes
<!-- Summary of your changes that are easy to understand -->
It was a missing functionality when we emitted all permissions on
existing objects, but didn't do it for permissions of personal access
tokens.
Resolves#4389
## Tests
<!--
How is this tested? Please see the checklist below and also describe any
other relevant tests
-->
- [x] `make test` run locally
- [x] relevant change in `docs/` folder
- [ ] covered with integration tests in `internal/acceptance`
- [ ] using Go SDK
- [ ] using TF Plugin Framework
Right now we export all permissions except
authorization = "tokens"
. This will require adding a customList
operation for permissions that will emit just that instance.The text was updated successfully, but these errors were encountered: