-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update to parent 0.47.0 version
- Loading branch information
1 parent
a9d00ee
commit 84250d2
Showing
10 changed files
with
486 additions
and
57 deletions.
There are no files selected for viewing
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,3 @@ | ||
name: onecx-iam | ||
title: IAM Management | ||
version: latest |
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 @@ | ||
* xref:onecx-iam-kc-client-operator:index.adoc[IAM Keycloak client operator] |
10 changes: 10 additions & 0 deletions
10
docs/modules/onecx-iam-kc-client-operator/pages/index.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,10 @@ | ||
include::onecx-iam-kc-client-operator-attributes.adoc[opts=optional] | ||
|
||
== onecx-iam-kc-client-operator | ||
|
||
include::docs.adoc[opts=optional] | ||
|
||
=== Configuration | ||
include::onecx-iam-kc-client-operator.adoc[opts=optional] | ||
|
||
include::onecx-iam-kc-client-operator-docs.adoc[opts=optional] |
5 changes: 5 additions & 0 deletions
5
...onecx-iam-kc-client-operator/pages/onecx-iam-kc-client-operator-attributes.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,5 @@ | ||
|
||
:docker-registry: https://github.com/onecx/onecx-iam-kc-client-operator/pkgs/container/onecx-iam-kc-client-operator | ||
:helm-registry: https://github.com/onecx/onecx-iam-kc-client-operator/pkgs/container/charts%2Fonecx-iam-kc-client-operator | ||
:properties-file: src/main/resources/application.properties | ||
:helm-file: src/main/helm/values.yaml |
82 changes: 82 additions & 0 deletions
82
...dules/onecx-iam-kc-client-operator/pages/onecx-iam-kc-client-operator-docs.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,82 @@ | ||
|
||
include::onecx-iam-kc-client-operator-attributes.adoc[opts=optional] | ||
|
||
=== Default properties | ||
|
||
.{properties-file} | ||
[%collapsible%open] | ||
==== | ||
[source,properties,subs=attributes+] | ||
---- | ||
quarkus.kubernetes-client.devservices.override-kubeconfig=true | ||
quarkus.keycloak.admin-client.server-url=http://keycloak:8080 | ||
quarkus.keycloak.admin-client.realm=master | ||
quarkus.keycloak.admin-client.username=admin | ||
quarkus.keycloak.admin-client.password=admin | ||
quarkus.operator-sdk.helm.enabled=true | ||
onecx.iam.kc.client.realm=onecx | ||
onecx.iam.kc.client.config.ui.enabled=true | ||
onecx.iam.kc.client.config.ui.auth-type=client-secret | ||
onecx.iam.kc.client.config.ui.redirect-uris=* | ||
onecx.iam.kc.client.config.ui.web-origins=* | ||
onecx.iam.kc.client.config.ui.bearer-only=false | ||
onecx.iam.kc.client.config.ui.standard-flow=true | ||
onecx.iam.kc.client.config.ui.implicit-flow=false | ||
onecx.iam.kc.client.config.ui.direct-access=true | ||
onecx.iam.kc.client.config.ui.service-account=false | ||
onecx.iam.kc.client.config.ui.protocol=openid-connect | ||
onecx.iam.kc.client.config.ui.default-scopes=web-origins,roles,profile,email | ||
onecx.iam.kc.client.config.ui.public=true | ||
onecx.iam.kc.client.config.ui.add-def-scopes=true | ||
onecx.iam.kc.client.config.machine.enabled=true | ||
onecx.iam.kc.client.config.machine.auth-type=client-secret | ||
onecx.iam.kc.client.config.machine.bearer-only=false | ||
onecx.iam.kc.client.config.machine.standard-flow=false | ||
onecx.iam.kc.client.config.machine.implicit-flow=false | ||
onecx.iam.kc.client.config.machine.direct-access=false | ||
onecx.iam.kc.client.config.machine.service-account=true | ||
onecx.iam.kc.client.config.machine.protocol=openid-connect | ||
onecx.iam.kc.client.config.machine.default-scopes=web-origins,roles,profile,email | ||
onecx.iam.kc.client.config.machine.public=false | ||
onecx.iam.kc.client.config.machine.add-def-scopes=true | ||
---- | ||
==== | ||
|
||
=== Extensions | ||
|
||
include::onecx-iam-kc-client-operator-extensions.adoc[opts=optional] | ||
|
||
=== Container | ||
|
||
{docker-registry}[Docker registry] | ||
|
||
|
||
=== Helm | ||
|
||
{helm-registry}[Helm registry] | ||
|
||
Default values | ||
|
||
.{helm-file} | ||
[source,yaml] | ||
---- | ||
app: | ||
name: kc-client-operator | ||
image: | ||
repository: "onecx/onecx-iam-kc-client-operator" | ||
env: | ||
# See watchNamespaces | ||
"QUARKUS_OPERATOR_SDK_CONTROLLERS_KC_NAMESPACES": "JOSDK_WATCH_CURRENT" | ||
envCustom: | ||
- name: KUBERNETES_NAMESPACE | ||
valueFrom: | ||
fieldRef: | ||
fieldPath: metadata.namespace | ||
serviceAccount: | ||
enabled: true | ||
# Values: JOSDK_WATCH_CURRENT, JOSDK_ALL_NAMESPACES or comma separated list of namespaces | ||
watchNamespaces: "JOSDK_WATCH_CURRENT" | ||
---- | ||
|
91 changes: 91 additions & 0 deletions
91
...onecx-iam-kc-client-operator/pages/onecx-iam-kc-client-operator-extensions.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,91 @@ | ||
|
||
include::onecx-iam-kc-client-operator-attributes.adoc[opts=optional] | ||
|
||
[.extension.table.searchable, cols="50,.^15,.^15,.^20"] | ||
|=== | ||
h| Extensions | ||
h| Documentation | ||
h| Configuration | ||
h| Version | ||
|
||
| tkit-quarkus-log-cdi | ||
|
||
| https://1000kit.github.io/tkit-quarkus/current/tkit-quarkus/tkit-quarkus-log-cdi.html[Link] | ||
| https://github.com/1000kit/tkit-quarkus/blob/2.22.0/docs/modules/tkit-quarkus/pages/includes/tkit-quarkus-log-cdi.adoc[Link] | ||
| 2.22.0 | ||
|
||
| tkit-quarkus-log-rs | ||
|
||
| https://1000kit.github.io/tkit-quarkus/current/tkit-quarkus/tkit-quarkus-log-rs.html[Link] | ||
| https://github.com/1000kit/tkit-quarkus/blob/2.22.0/docs/modules/tkit-quarkus/pages/includes/tkit-quarkus-log-rs.adoc[Link] | ||
| 2.22.0 | ||
|
||
| tkit-quarkus-log-json | ||
|
||
| https://1000kit.github.io/tkit-quarkus/current/tkit-quarkus/tkit-quarkus-log-json.html[Link] | ||
| https://github.com/1000kit/tkit-quarkus/blob/2.22.0/docs/modules/tkit-quarkus/pages/includes/tkit-quarkus-log-json.adoc[Link] | ||
| 2.22.0 | ||
|
||
| quarkus-arc | ||
|
||
| https://quarkus.io/guides/cdi-reference[Link] | ||
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-arc.adoc[Link] | ||
| 3.9.3 | ||
| quarkus-micrometer-registry-prometheus | ||
| https://quarkus.io/guides/telemetry-micrometer[Link] | ||
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-micrometer-registry-prometheus.adoc[Link] | ||
| 3.9.3 | ||
| quarkus-opentelemetry | ||
| https://quarkus.io/guides/opentelemetry[Link] | ||
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-opentelemetry.adoc[Link] | ||
| 3.9.3 | ||
| quarkus-rest-client | ||
| https://quarkus.io/guides/rest-client[Link] | ||
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-rest-client.adoc[Link] | ||
| 3.9.3 | ||
| quarkus-rest-client-jackson | ||
| https://quarkus.io/guides/rest-client[Link] | ||
| | ||
| 3.9.3 | ||
| onecx-core | ||
| https://onecx.github.io/docs/onecx-quarkus/current/onecx-quarkus/onecx-core.html[Link] | ||
| | ||
| 0.17.0 | ||
| quarkus-container-image-docker | ||
| https://quarkus.io/guides/container-image[Link] | ||
| https://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-container-image-docker.adoc[Link] | ||
| 3.9.3 | ||
| quarkus-operator-sdk-bundle-generator | ||
| | ||
| | ||
| 6.6.7 | ||
| quarkus-operator-sdk | ||
| | ||
| | ||
| 6.6.7 | ||
| quarkus-keycloak-admin-rest-client | ||
| | ||
| | ||
| 3.9.3 | ||
|===|=== |
Oops, something went wrong.