-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
010d808
commit 2cc14ec
Showing
27 changed files
with
779 additions
and
144 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[.configuration-legend] | ||
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime | ||
[.configuration-reference.searchable, cols="80,.^10,.^10"] | ||
|=== | ||
|
||
h|[.header-title]##Configuration property## | ||
h|Type | ||
h|Default | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-enabled]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-enabled[`quarkus.oidc.devservices.enabled`]## | ||
ifdef::add-copy-button-to-config-props[] | ||
config_property_copy_button:+++quarkus.oidc.devservices.enabled+++[] | ||
endif::add-copy-button-to-config-props[] | ||
|
||
|
||
[.description] | ||
-- | ||
Use OpenID Connect Dev Services instead of Keycloak. | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ENABLED+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ENABLED+++` | ||
endif::add-copy-button-to-env-var[] | ||
-- | ||
|boolean | ||
|`Enabled when Docker and Podman are not available` | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name[`quarkus.oidc.devservices.roles."role-name"`]## | ||
ifdef::add-copy-button-to-config-props[] | ||
config_property_copy_button:+++quarkus.oidc.devservices.roles."role-name"+++[] | ||
endif::add-copy-button-to-config-props[] | ||
|
||
|
||
[.description] | ||
-- | ||
A map of roles for OIDC identity provider users. | ||
|
||
If empty, default roles are assigned: `alice` receives `admin` and `user` roles, while other users receive `user` role. This map is used for role creation when no realm file is found at the `realm-path`. | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ROLES__ROLE_NAME_+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ROLES__ROLE_NAME_+++` | ||
endif::add-copy-button-to-env-var[] | ||
-- | ||
|Map<String,List<String>> | ||
| | ||
|
||
|=== | ||
|
55 changes: 55 additions & 0 deletions
55
_generated-doc/main/config/quarkus-devservices-oidc_quarkus.oidc.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
[.configuration-legend] | ||
icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime | ||
[.configuration-reference.searchable, cols="80,.^10,.^10"] | ||
|=== | ||
|
||
h|[.header-title]##Configuration property## | ||
h|Type | ||
h|Default | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-enabled]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-enabled[`quarkus.oidc.devservices.enabled`]## | ||
ifdef::add-copy-button-to-config-props[] | ||
config_property_copy_button:+++quarkus.oidc.devservices.enabled+++[] | ||
endif::add-copy-button-to-config-props[] | ||
|
||
|
||
[.description] | ||
-- | ||
Use OpenID Connect Dev Services instead of Keycloak. | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ENABLED+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ENABLED+++` | ||
endif::add-copy-button-to-env-var[] | ||
-- | ||
|boolean | ||
|`Enabled when Docker and Podman are not available` | ||
|
||
a|icon:lock[title=Fixed at build time] [[quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name]] [.property-path]##link:#quarkus-devservices-oidc_quarkus-oidc-devservices-roles-role-name[`quarkus.oidc.devservices.roles."role-name"`]## | ||
ifdef::add-copy-button-to-config-props[] | ||
config_property_copy_button:+++quarkus.oidc.devservices.roles."role-name"+++[] | ||
endif::add-copy-button-to-config-props[] | ||
|
||
|
||
[.description] | ||
-- | ||
A map of roles for OIDC identity provider users. | ||
|
||
If empty, default roles are assigned: `alice` receives `admin` and `user` roles, while other users receive `user` role. This map is used for role creation when no realm file is found at the `realm-path`. | ||
|
||
|
||
ifdef::add-copy-button-to-env-var[] | ||
Environment variable: env_var_with_copy_button:+++QUARKUS_OIDC_DEVSERVICES_ROLES__ROLE_NAME_+++[] | ||
endif::add-copy-button-to-env-var[] | ||
ifndef::add-copy-button-to-env-var[] | ||
Environment variable: `+++QUARKUS_OIDC_DEVSERVICES_ROLES__ROLE_NAME_+++` | ||
endif::add-copy-button-to-env-var[] | ||
-- | ||
|Map<String,List<String>> | ||
| | ||
|
||
|=== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.