Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redundant OpenID variables for the generic OpenID (SSO) provider in run-console script #3127

Closed
gbarbon opened this issue Oct 29, 2020 · 0 comments
Assignees
Labels
Enhancement This PR/Issue improves an part of Kapua

Comments

@gbarbon
Copy link
Member

gbarbon commented Oct 29, 2020

Describe the bug
The run-console script is checking for the presence of five variables in order to trigger the generic OpenID Connect (SSO) provider. However, only CONSOLE_URL and OPENID_JWT_ISSUER must actually be checked, since the other variables are retrieved trough the well-known configuration document, and should only be provided in particular cases.

To Reproduce
n/a

Expected behavior
The generic provider must be triggered only with CONSOLE_URL and OPENID_JWT_ISSUER.

Screenshots
n/a

Version of Kapua
1.3.0-SNAPSHOT

Type of deployment
[x] Local Vagrant deployment
[x] Docker
[x] Openshift (in its variants)
[ ] Others

Main component affected
[x] Console (in case of console please report info on which browser you encountered the problem)
[ ] REST API
[ ] Message Broker
[ ] - Others

Additional context
n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This PR/Issue improves an part of Kapua
Projects
None yet
Development

No branches or pull requests

2 participants