feat(linux-setup): config-api scope creation with static inum #3097
Labels
comp-jans-linux-setup
Component affected by issue or PR
kind-enhancement
Issue or PR is an enhancement to an existing functionality
kind-feature
Issue or PR is a new feature request
Milestone
Issue: When multiple config-api instances are deployed then multiple scopes are created with same name.
Solution: Simplest and effective solution as proposed by @yuriyz is to use use same inum and rely on DB. All DBs provides unique identifier and enforce it.
Description
config-api-rs-protect.json
will have three sets of scopes per endpoint scope, groupScope and superScope with inum and name.linux-setup will have to create these scopes in DB with specified inum
config-api-rs-protect.json
from dev branch for development -> https://github.com/JanssenProject/jans/tree/jans-config-fixesDevelopment target issue
Implementation Details
Prepare
Identified code changes
linux setup config-api scope creation
Test cases and code coverage
Document the changes
The text was updated successfully, but these errors were encountered: