Unable to Activate Desired Realms in Nexus Configuration
Bug
Description
Describe the problem, what were you doing when you noticed the bug?
We are currently facing an issue while configuring Nexus realms as part of our BigBang deployment. We are trying to add several available realms into the active realms list using yaml file to override default value, but only a few are getting successfully added.
Below is the list of realms we want to activate:
Local Authenticating Realm
LdapRealm
User Token Realm
Docker Bearer Token Realm
Conan Bearer Token Realm
Npm Bearer Token Realm
Below is the list of realms are added to activate.
Local Authenticating Realm
LdapRealm
Docker Bearer Token Realm
Provide any steps possible used to reproduce the error (ideally in an isolated fashion).
We have followed approach provided in ticket: #95 (closed). Below is our piece of code.
# Adding the active realms configuration
sso:
enabled: false
realm:
- Local Authenticating Realm
- LdapRealm
- User Token Realm
- Docker Bearer Token Realm
- Conan Bearer Token Realm
- npm Bearer Token Realm
- SamlRealm
BigBang Version
What version of BigBang were you running? 2.35.0
Edited by Pradip Pathak