-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to postgreSQL and midPoint 4.3.2-SNAPSHOT
- Loading branch information
Slavek Licehammer
committed
Jun 22, 2021
1 parent
4149610
commit be3b3c8
Showing
18 changed files
with
123 additions
and
66 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
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
2 changes: 1 addition & 1 deletion
2
demo/grouper/configs-and-secrets/midpoint/application/database_password.txt
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| WJzesbe3poNZ91qIbmR7 | ||
| WJzesbe3poNZ91qIbmR7 |
2 changes: 1 addition & 1 deletion
2
demo/grouper/configs-and-secrets/midpoint/application/keystore_password.txt
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| changeit | ||
| changeit |
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 |
|---|---|---|
| @@ -1,15 +1,14 @@ | ||
| # These parameters can be overridden by setting environment variables before calling docker-compose up | ||
| ENV=demo | ||
| USERTOKEN= | ||
| REPO_DATABASE_TYPE=mariadb | ||
| REPO_DATABASE_TYPE=postgresql | ||
| REPO_JDBC_URL=default | ||
| REPO_HOST=midpoint_data | ||
| REPO_PORT=default | ||
| REPO_DATABASE=registry | ||
| REPO_USER=registry_user | ||
| REPO_DATABASE=midpoint | ||
| REPO_USER=midpoint | ||
| REPO_MISSING_SCHEMA_ACTION=create | ||
| REPO_UPGRADEABLE_SCHEMA_ACTION=stop | ||
| MP_MEM_MAX=2048m | ||
| MP_MEM_INIT=1024m | ||
| TIMEZONE=UTC | ||
|
|
2 changes: 1 addition & 1 deletion
2
demo/shibboleth/configs-and-secrets/midpoint/application/database_password.txt
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| WJzesbe3poNZ91qIbmR7 | ||
| WJzesbe3poNZ91qIbmR7 |
2 changes: 1 addition & 1 deletion
2
demo/shibboleth/configs-and-secrets/midpoint/application/keystore_password.txt
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| changeit | ||
| changeit |
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
2 changes: 1 addition & 1 deletion
2
demo/simple/configs-and-secrets/midpoint/application/database_password.txt
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| WJzesbe3poNZ91qIbmR7 | ||
| WJzesbe3poNZ91qIbmR7 |
2 changes: 1 addition & 1 deletion
2
demo/simple/configs-and-secrets/midpoint/application/keystore_password.txt
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 |
|---|---|---|
| @@ -1 +1 @@ | ||
| changeit | ||
| changeit |
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.