Closed frcroth closed 1 week ago
The pull request introduces modifications to the conf/application.conf
configuration file, focusing on security settings, timeout configurations, and feature adjustments. Key updates include an extension of the expiration date for the securityTxt
content, the addition of a tokenAuthenticator
configuration with a specified authenticatorIdleTimeout
, and standardized timeout values across the ws
section. Other sections, such as webKnossos
and features
, retain their existing configurations with minor adjustments.
File | Change Summary |
---|---|
conf/application.conf | - Updated securityTxt.content.Expires from "2024-07-03T10:00:00.000Z" to "2025-07-03T10:00:00.000Z".- Added silhouette.tokenAuthenticator.authenticatorIdleTimeout and authenticatorExpiry set to "23000 days".- Standardized timeout values for ws section: request , idle , and connection set to 2 hours.- Retained existing configurations in webKnossos and features sections without changes. |
sequenceDiagram
participant User
participant Application
participant Security
participant WS
User->>Application: Request access
Application->>Security: Validate credentials
Security-->>Application: Return validation result
Application->>WS: Set timeout configurations
WS-->>Application: Confirm timeouts set
Application-->>User: Access granted
🐰 "In the garden of code, changes bloom bright,
Security's shield shines, a marvelous sight.
Timeouts aligned, like stars in the sky,
With updates so sweet, let our features fly!
Hopping through settings, with joy we embrace,
In the world of our app, we find our place!" 🌼
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Should we create a yearly slack reminder?
Should we create a yearly slack reminder?
Good idea, did this now.
Current info is stale.
https://www.rfc-editor.org/rfc/rfc9116#name-expires
Should be updated regularly
Summary by CodeRabbit
New Features
Bug Fixes
Chores