ghp: deploy service-token fork image + wire GHP_AUTH_SERVICE_TOKENS #372
Reference in New Issue
Block a user
Delete Branch "benvin/ghp-fork-service-token"
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: P4 step 3. Now that the CA-baked buildx plugin lets
docker-internal/ghppush succeed, deploy the in-house ghp fork (v0.20.0-unkin4) which adds static admin service tokens — the mechanism the forthcoming Vault ghp secrets engine uses to authenticate as admin and mint scoped tokens.How:
service_token,optional: true— ghp runs unchanged until the token is seeded.Requires (Ben, runbook): seed
service_tokeninto kv/kubernetes/namespace/ghp/default/app (same pattern as encryption_key/github-app). The default role's templated policy already grants read; no terraform-vault change. The existing ghp-app reloader annotation rolls the Deployment once the key appears. This same token value later becomes the Vault ghp engine admin_token (P4 steps 5-6).