smolnar82 opened a new pull request #400: URL: https://github.com/apache/knox/pull/400
## What changes were proposed in this pull request? Modified the Admin UI to allow entering `none` in the SwichCase shared provider configuration for the `Principal Case` and `Group Principal Case` input fields. ## How was this patch tested? Manually confirmed it's working: <img width="1675" alt="Screen Shot 2021-01-26 at 8 41 14 AM" src="https://user-images.githubusercontent.com/34065904/105815132-c773bb00-5fb2-11eb-975a-1d123a3d7278.png"> <img width="1676" alt="Screen Shot 2021-01-26 at 8 41 31 AM" src="https://user-images.githubusercontent.com/34065904/105815140-ca6eab80-5fb2-11eb-9be5-5d3f008540e7.png"> ``` $ cat conf/shared-providers/test.json { "providers": [ { "role": "identity-assertion", "name": "SwitchCase", "enabled": "true", "params": { "principal.case": "none", "group.principal.case": "none" } } ] } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
