Skip to content

Conversation

CDiezRodriguez
Copy link
Contributor

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

app.kubernetes.io/component: keycloak-import
spec:
restartPolicy: OnFailure
containers:

Check warning

Code scanning / SonarCloud

Service account permissions should be restricted Medium

Bind this resource's automounted service account to RBAC or disable automounting. See more on SonarQube Cloud
spec:
restartPolicy: OnFailure
containers:
- name: realm-import

Check warning

Code scanning / SonarCloud

Memory limits should be enforced Medium

Specify a memory limit for this container. See more on SonarQube Cloud
@matbmoser
Copy link
Contributor

matbmoser commented Sep 23, 2025

image

Have fallback to api key.

Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
1 Security Hotspot
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add oauth2 authentication to apis using Keycloak. + api_key
2 participants