You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+2-27Lines changed: 2 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,34 +2,9 @@
2
2
3
3
## Authentication
4
4
5
-
For development a Keycloak instance will be instantiated with the users defined in the configuration.
5
+
For detailed authentication configuration including OpenShift OAuth, Keycloak, and external identity providers (Google, GitHub, Azure AD), see the [Authentication Guide](./authentication.md).
# For prod deployments (OpenShift OAuth) - default
96
+
./mvnw package -Dnative
97
+
```
98
+
99
+
**Important:** The CI/CD pipeline builds a universal image without a specific profile. Runtime profile selection via `QUARKUS_PROFILE` works for most configurations, but build-time properties (like `@IfBuildProfile` annotations) are fixed at compile time.
100
+
62
101
If you want to learn more about building native executables, please consult <https://quarkus.io/guides/maven-tooling>.
0 commit comments