Commit 700dcfc
committed
cloud-auth: document opt-in OAuth scopes for persona-mappings | DAL-981
pup's cloud-auth persona-mappings commands already send the OAuth bearer
token automatically. The routes now accept it server-side, but require
workload_identity_federation_read/write -- permissions only ever granted
to admins, so they're opt-in via --extra-scopes rather than added to
default_scopes(), matching the existing precedent for other admin-only
scopes (api_keys_*, app_keys_*, service_account_write).1 parent 591a121 commit 700dcfc
2 files changed
Lines changed: 24 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
403 | 420 | | |
404 | 421 | | |
405 | 422 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7902 | 7902 | | |
7903 | 7903 | | |
7904 | 7904 | | |
7905 | | - | |
| 7905 | + | |
| 7906 | + | |
| 7907 | + | |
| 7908 | + | |
| 7909 | + | |
| 7910 | + | |
| 7911 | + | |
7906 | 7912 | | |
7907 | 7913 | | |
7908 | 7914 | | |
| |||
0 commit comments