Skip to content

Document the authentication cache#293

Open
LukasNajman wants to merge 2 commits into
OmniTrustILM:documentationfrom
LukasNajman:documentation
Open

Document the authentication cache#293
LukasNajman wants to merge 2 commits into
OmniTrustILM:documentationfrom
LukasNajman:documentation

Conversation

@LukasNajman
Copy link
Copy Markdown
Contributor

No description provided.

# Conflicts:
#	docs/certificate-key/concept-design/architecture/access-control/externalized-authentication.md
#	docs/certificate-key/installation-guide/deployment/deployment-helm/configurable-parameters.md
@CLAassistant
Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.


The authentication cache improves performance by caching resolved user identities to avoid repeated auth-service lookups. This caching mechanism stores authentication information for users authenticated via certificates or tokens.

### Configuration
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not belong here, it is duplicate from Helm chart values

| pyAdcsConnector.enabled | `false` | Whether the PyADCS Connector should be enabled |
| hashicorpVaultConnector.enabled | `false` | Whether the HashiCorp Vault Connector should be enabled |
| x509ComplianceProvider.enabled | `false` | Whether the X.509 Compliance Provider should be enabled |
| caching.authentication.ttlMinutes | `5` | Authentication cache TTL in minutes - how long a cached identity is considered valid |
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is automatically synced from Helm chart docs, should not be manually updated.

@ivosh ivosh linked an issue May 11, 2026 that may be closed by this pull request
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.

Authentication decision cache

3 participants