Documentation Index
Fetch the complete documentation index at: https://docs.popsink.com/llms.txt
Use this file to discover all available pages before exploring further.
Description: Single JWT secret per data-plane; stricter token-type checks.
Changes
- Unify
JWT_SERVICE_ACCOUNT_SECRETandMETRICS_EXPORTER_TOKENinto a singleJWT_SECRETper data-plane; remove theserviceAccountSecretfrom the chart (#1922). - Reject service-account tokens in
get_current_userso the existence check still runs throughget_current_service_account_user. - Add a
token_typeclaim to user and service-account tokens.