Skip to content

Commit

Permalink
Merge pull request #154 from bcgov/task/mGbT1OTH
Browse files Browse the repository at this point in the history
chore: update configuration for 7.6
  • Loading branch information
junminahn authored Aug 4, 2022
2 parents a56121e + fcc109e commit 1dc2093
Show file tree
Hide file tree
Showing 2 changed files with 734 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/keycloak/configuration/standalone-openshift-7.6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@
</mechanism-provider-filtering-sasl-server-factory>
<provider-sasl-server-factory name="global" />
</sasl>
<!-- ##ELYTRON_TLS## -->
<tls>
<key-stores>
<key-store name="applicationKS">
Expand Down Expand Up @@ -686,8 +687,7 @@
<properties>
<property name="dataSource" value="java:jboss/datasources/KeycloakDS" />
<property name="initializeEmpty" value="true" />
<!-- see https://www.keycloak.org/docs/latest/upgrading/#_migrate_db -->
<property name="migrationStrategy" value="manual" />
<property name="migrationStrategy" value="update" />
<property name="migrationExport" value="${jboss.home.dir}/keycloak-database-update.sql" />
</properties>
</provider>
Expand Down
Loading

0 comments on commit 1dc2093

Please sign in to comment.