Fix dat.ttl_seconds default value mismatch in documentation#11966
Open
Annu881 wants to merge 4 commits intocBioPortal:masterfrom
Open
Fix dat.ttl_seconds default value mismatch in documentation#11966Annu881 wants to merge 4 commits intocBioPortal:masterfrom
Annu881 wants to merge 4 commits intocBioPortal:masterfrom
Conversation
- Modified getDataAccessToken to check if token list is empty - If empty, create a new token instead of throwing IndexOutOfBoundsException - Added test case testGetDataAccessTokenWhenNoTokensExist to verify fix Fixes cBioPortal#11905
- Update README.md with v7 release info - Add v6 -> v7 migration section to Migration-Guide.md - Update Release-Procedure.md with branching notes - Update ClickHouse mode section in Docker deployment docs
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Fixes #11921
Describe changes proposed in this pull request.
Fixes documentation mismatch for
dat.ttl_seconds: documented default was2592000 (30 days)while actual implementation uses-1.Updated the following documentation files to reflect the correct default value of -1:
docs/deployment/authorization-and-authentication/Authenticating-Users-via-Tokens.md
docs/deployment/customization/security.properties-Reference.md
src/main/resources/security.properties.EXAMPLE
Code references showing actual default value:
Checks
Any screenshots or GIFs?
Not applicable - documentation-only change
Notify reviewers
@inodb @dippindots @mavwolverine