Rename the compute_ctl admin scope to compute_ctl:admin (#12263)

Signed-off-by: Tristan Partin <tristan@neon.tech>
This commit is contained in:
Tristan Partin
2025-06-20 17:49:05 -05:00
committed by GitHub
parent c8b2ac93cf
commit 868c38f522
2 changed files with 23 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ The value to place in the `aud` claim.
@final
class ComputeClaimsScope(StrEnum):
ADMIN = "admin"
ADMIN = "compute_ctl:admin"
@final