-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LNK-2926: Anonymous Access Fix DEV (#528)
### 🛠 Description of Changes Please provide a high-level overview of the changes included in this PR. ### 🧪 Testing Performed Please describe the testing that was performed on the changes included in this PR. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Enhanced configuration options for LinkBearerService, allowing flexible setup for authentication. - Conditional logic for token retrieval based on anonymous access settings. - **Bug Fixes** - Improved error handling for missing signing keys when anonymous access is not allowed. - **Documentation** - Updated environment variables in the `docker-compose.yml` for the `bff` service to reflect changes in token generation settings. - **Tests** - Added support for mocking LinkBearerServiceOptions in tests to verify authentication scenarios. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
- Loading branch information
Showing
5 changed files
with
45 additions
and
22 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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