We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
security
There are a bunch of new variables introduced since the web-server functionality has been added to SecHub server:
security: server: modes: - oauth2 - classic oauth2: mode: jwt jwt: jwk-set-uri: http://localhost:8080/realms/local-realm/protocol/openid-connect/certs opaque-token: client-id: my-client-id client-secret: ... introspection-uri: http://localhost:8080/introspect.oauth2 login: enabled: true login-page: /login redirect-uri: https://www.google.com modes: - oauth2 - classic oauth2: client-id: web-ui-server-local client-secret: ... provider: keycloak redirect-uri: https://localhost:8443/login/oauth2/code/keycloak issuer-uri: http://localhost:8080/realms/local-realm authorization-uri: http://localhost:8080/realms/local-realm/protocol/openid-connect/auth token-uri: http://localhost:8080/realms/local-realm/protocol/openid-connect/token user-info-uri: http://localhost:8080/realms/local-realm/protocol/openid-connect/userinfo jwk-set-uri: http://localhost:8080/realms/local-realm/protocol/openid-connect/certs encryption: secret-key: ...
values.yaml
oauth2
The text was updated successfully, but these errors were encountered:
added security section to Helm chart #3779
a1bb836
adapted variable names in Helm chart #3779
e6ab99e
PR suggestion added #3779
2634eb9
Merge pull request #3780 from mercedes-benz/feature-3779-server-helm-…
0c7d822
…chart-add-security-section added security section to Helm chart #3779
sven-dmlr
Successfully merging a pull request may close this issue.
Situation
There are a bunch of new variables introduced since the web-server functionality has been added to SecHub server:
ToDo
values.yaml
and set the environment variables in the container accordinglyoauth2
section which is no longer neededThe text was updated successfully, but these errors were encountered: