Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Key ¶
type Key struct { Identity string // Audiences is part of the cache key because it includes the token secret's // namespace and name (e.g., "dopplerTokenSecret:namespace:secret-name"). // This allows the same identity to be used in different token secrets // (different names or namespaces) while maintaining separate cached providers // for each, since each will have different audience claims in their JWTs. Audiences string }
Click to show internal directories.
Click to hide internal directories.