Skip to content

Token expiry#652

Open
psanghvi17 wants to merge 1 commit intomainfrom
default-token-expiry
Open

Token expiry#652
psanghvi17 wants to merge 1 commit intomainfrom
default-token-expiry

Conversation

@psanghvi17
Copy link
Copy Markdown
Contributor

Introduce a new server configuration to control default auth token expiry. Adds server.defaultTokenExpiry to values.yaml (default "30s"), validates it in values.schema.json (string), exposes it to the server pod as AUTH_TOKEN_DEFAULT_EXPIRY, and documents usage in the chart README. This helps mitigate clock drift issues with short-lived tokens (capped at 5 minutes).

Introduce a new server configuration to control default auth token expiry. Adds server.defaultTokenExpiry to values.yaml (default "30s"), validates it in values.schema.json (string), exposes it to the server pod as AUTH_TOKEN_DEFAULT_EXPIRY, and documents usage in the chart README. This helps mitigate clock drift issues with short-lived tokens (capped at 5 minutes).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant