arrproxy: bump images to v0.5.0 (per-token method scoping) #443
Reference in New Issue
Block a user
Delete Branch "benvin/arrproxy-0.5.0"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Why
arrproxy v0.5.0 ships per-token HTTP method scoping for machine tokens, so a minted token can be limited to e.g.
GETonly. Zero-downtime: the mint-API field is additive and existing tokens get an empty methods list, which means unrestricted — they behave exactly as before.How
arrproxy-apiandarrproxy-uipins from v0.4.0 to v0.5.0.0002_tier_tokens.sqland0003_token_methods.sqlinto the migrations ConfigMap. It had drifted at 0001 while v0.4.0 already queriedtier/read_only, and every v0.5.0 token query selectsmethods— without this the new API errors on every token read.IF NOT EXISTS, so a resync over an already-migrated database is a no-op.Rendered
kustomize build --enable-helm apps/overlays/au-syd1/arrstackdiff vs main is exactly the two image tags, the two added ConfigMap keys, and the two added-fargs.