Commit graph

6 commits

Author SHA1 Message Date
CTO Agent
8215a4f77b Fix Pangolin controller sealed secret - include Bearer prefix
The previous sealed secret was missing the "Bearer " prefix in the
auth-header value. The controller uses CONFIG_AUTH_HEADER directly
as the Authorization header, so it needs the complete value.

Sealed value now contains: Bearer abw3ud1ipko7ock.2al7fqzhbmfsqp3bm4byvynyx6jnqe733icjdprd

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-08-02 17:29:54 +00:00
CTO Agent
870b6f2b07 Fix Pangolin controller API key sealed secret
The previous sealed secret was created with an incorrect API key.
Re-sealed with the correct API key: abw3ud1ipko7ock.2al7fqzhbmfsqp3bm4byvynyx6jnqe733icjdprd

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-08-02 17:23:56 +00:00
CTO Agent
c86b6de9fe Update Pangolin controller API key sealed secret
Sealed the new API key value and updated the sealed secret manifest.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-08-02 16:55:05 +00:00
CTO Agent
77a7ca55d6 Update Pangolin controller API key sealed secret with correct auth header
Sealed the correct auth header value from the controller config into the
sealed secret. This ensures the controller can authenticate properly with
the Pangolin API.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-08-02 16:54:13 +00:00
CTO Agent
df3554eb97 Update Pangolin controller API key to new sealed secret
- Update sealed API key (abw3ud1ipko7ock...) in controller secret
- Remove insecure plaintext API key from ConfigMap
- Controller now uses only the sealed secret for authentication

No changes to main Pangolin deployment or database configuration.
Safe to deploy - no risk of database reinitialization.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-08-02 16:39:07 +00:00
CTO Agent
ab2856f4a4 feat(pangolin): Add sealed secret for controller API key
Adds pangolin-controller-api-key sealed secret with Bearer token
for authenticating to Pangolin API. This enables the controller
to fetch Traefik configuration from Pangolin service.

Resolves: DEV-441

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-08-02 13:23:12 +00:00