-
Notifications
You must be signed in to change notification settings - Fork 17
feat: add oauth2 authentication to apis using keycloak api key #326
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
base: main
Are you sure you want to change the base?
feat: add oauth2 authentication to apis using keycloak api key #326
Conversation
…nstance-to-helm-chart
…r creation scripts in configmap-backend-postgres-init.yaml, and modifying values.yaml for database configuration and secrets management.
…d updating configuration.yml
app.kubernetes.io/component: keycloak-import | ||
spec: | ||
restartPolicy: OnFailure | ||
containers: |
Check warning
Code scanning / SonarCloud
Service account permissions should be restricted Medium
spec: | ||
restartPolicy: OnFailure | ||
containers: | ||
- name: realm-import |
Check warning
Code scanning / SonarCloud
Memory limits should be enforced Medium
…nstance-to-helm-chart
…helm-chart' into feat/add-oauth2-authentication-to-apis-using-keycloak-api_key
|
WHAT
This pull request introduces Keycloak integration for authentication into the Industry Core Hub Helm chart and backend.
WHY
These changes collectively enable secure authentication via Keycloak
FURTHER NOTES
Depends on #324
Closes #254