Skip to content

Commit

Permalink
Prepare A/P SYNC concepts for Keycloak customers
Browse files Browse the repository at this point in the history
Closes #587

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Nov 16, 2023
1 parent d220ccd commit 4359289
Show file tree
Hide file tree
Showing 7 changed files with 249 additions and 9 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 9 additions & 6 deletions doc/kubernetes/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
** xref:openshift/installation-infinispan.adoc[]
** xref:openshift/cross-site-rosa.adoc[]
* xref:running/index.adoc[]
** xref:running/keycloak-deployment.adoc[]
** xref:running/keycloak-with-external-infinispan.adoc[]
** xref:running/infinispan-deployment.adoc[]
** xref:running/infinispan-crossdc-deployment.adoc[]
** xref:running/aurora-multi-az.adoc[]
** xref:running/aurora-peering-connections.adoc[]
** xref:running/index.adoc#overview[Overviews]
*** xref:running/deployments/active-passive-sync.adoc[]
** xref:running/index.adoc#building-blocks[Building Blocks]
*** xref:running/keycloak-deployment.adoc[]
*** xref:running/keycloak-with-external-infinispan.adoc[]
*** xref:running/infinispan-deployment.adoc[]
*** xref:running/infinispan-crossdc-deployment.adoc[]
*** xref:running/aurora-multi-az.adoc[]
*** xref:running/aurora-peering-connections.adoc[]
** xref:running/concepts/index.adoc[]
*** xref:running/concepts/database-connections.adoc[]
*** xref:running/concepts/threads.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ endpoint. To do this we create a `Keycloak` CR outlined in the xref:running/keyc
we modify the following elements:


. Update `spec.db.url` to be `jdbc:postgresql://$HOST$:5432/keycloak` where `$HOST` is the
. Update `spec.db.url` to be `jdbc:postgresql://$HOST:5432/keycloak` where `$HOST` is the
<<aurora-writer-url, Aurora writer endpoint URL>>.

. Ensure that the Secrets referenced by `spec.db.usernameSecret` and `spec.db.passwordSecret` contain usernames and
Expand Down
Loading

0 comments on commit 4359289

Please sign in to comment.