diff --git a/.github/workflows/detect-secrets.yml b/.github/workflows/detect-secrets.yml
new file mode 100644
index 00000000..693b3215
--- /dev/null
+++ b/.github/workflows/detect-secrets.yml
@@ -0,0 +1,34 @@
+name: detect secrets
+
+on: push
+
+# A workflow run is made up of one or more jobs that can run sequentially or in parallel
+jobs:
+ # This workflow contains a single job called "detect-secrets"
+ detect-secrets:
+ runs-on: ubuntu-latest
+
+ # Steps represent a sequence of tasks that will be executed as part of the job
+ steps:
+
+ # Checks-out your repository under ${{github.workspace}}, so your job can access it
+ - uses: actions/checkout@v4
+
+ - name: scan all the files (not just the ones committed), generate a report, and check that there are no actual or potential secret
+ run: |
+ docker run --pull=always -a stdout \
+ -v ${{github.workspace}}:/code \
+ --entrypoint /bin/sh \
+ icr.io/git-defenders/detect-secrets:0.13.1.ibm.61.dss-redhat-ubi \
+ -c "detect-secrets --version;
+ detect-secrets scan --all-files --exclude-files "^.git/.*" --update .secrets.baseline;
+ detect-secrets audit --report --fail-on-unaudited --fail-on-live --fail-on-audited-real .secrets.baseline"
+
+ - name: Report Status
+ if: always()
+ uses: ravsamhq/notify-slack-action@master
+ with:
+ status: ${{ job.status }}
+ notify_when: 'failure'
+ env:
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
diff --git a/.gitignore b/.gitignore
index 3044f462..c6e4597b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,17 @@
*.iml
output
/.vscode
+
+
+# Local .terraform directories
+**/.terraform/*
+# .tfstate files
+*.tfstate
+*.tfstate.*
+*.terraform.lock.hcl
+# Exclude all .tfvars files, which are likely to contain sentitive data, such as
+# password, private keys, and other secrets. These should not be part of version
+# control as they are data points which are potentially sensitive and subject
+# to change depending on the environment.
+#
+# *.tfvars
\ No newline at end of file
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 00000000..ec308043
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,21 @@
+# This is an example configuration to enable detect-secrets in the pre-commit hook.
+# Add this file to the root folder of your repository.
+#
+# Read pre-commit hook framework https://pre-commit.com/ for more details about the structure of config yaml file and how git pre-commit would invoke each hook.
+#
+# This line indicates we will use the hook from ibm/detect-secrets to run scan during committing phase.
+repos:
+ - repo: https://github.com/ibm/detect-secrets
+ # If you desire to use a specific version of detect-secrets, you can replace `master` with other git revisions such as branch, tag or commit sha.
+ # You are encouraged to use static refs such as tags, instead of branch name
+ #
+ # Running "pre-commit autoupdate" automatically updates rev to latest tag
+ rev: 0.13.1+ibm.61.dss
+ hooks:
+ - id: detect-secrets # pragma: whitelist secret
+ # Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.
+ # You may also run `pre-commit run detect-secrets` to preview the scan result.
+ # when "--baseline" without "--use-all-plugins", pre-commit scan with just plugins in baseline file
+ # when "--baseline" with "--use-all-plugins", pre-commit scan with all available plugins
+ # add "--fail-on-unaudited" to fail pre-commit for unaudited potential secrets
+ args: [--baseline, .secrets.baseline, --use-all-plugins]
diff --git a/.secrets.baseline b/.secrets.baseline
new file mode 100644
index 00000000..ffcffef2
--- /dev/null
+++ b/.secrets.baseline
@@ -0,0 +1,1402 @@
+{
+ "exclude": {
+ "files": "^.secrets.baseline$",
+ "lines": null
+ },
+ "generated_at": "2024-08-27T16:52:24Z",
+ "plugins_used": [
+ {
+ "name": "AWSKeyDetector"
+ },
+ {
+ "name": "ArtifactoryDetector"
+ },
+ {
+ "name": "AzureStorageKeyDetector"
+ },
+ {
+ "base64_limit": 4.5,
+ "name": "Base64HighEntropyString"
+ },
+ {
+ "name": "BasicAuthDetector"
+ },
+ {
+ "name": "BoxDetector"
+ },
+ {
+ "name": "CloudantDetector"
+ },
+ {
+ "ghe_instance": "github.ibm.com",
+ "name": "GheDetector"
+ },
+ {
+ "name": "GitHubTokenDetector"
+ },
+ {
+ "hex_limit": 3,
+ "name": "HexHighEntropyString"
+ },
+ {
+ "name": "IbmCloudIamDetector"
+ },
+ {
+ "name": "IbmCosHmacDetector"
+ },
+ {
+ "name": "JwtTokenDetector"
+ },
+ {
+ "keyword_exclude": null,
+ "name": "KeywordDetector"
+ },
+ {
+ "name": "MailchimpDetector"
+ },
+ {
+ "name": "NpmDetector"
+ },
+ {
+ "name": "PrivateKeyDetector"
+ },
+ {
+ "name": "SlackDetector"
+ },
+ {
+ "name": "SoftlayerDetector"
+ },
+ {
+ "name": "SquareOAuthDetector"
+ },
+ {
+ "name": "StripeDetector"
+ },
+ {
+ "name": "TwilioKeyDetector"
+ }
+ ],
+ "results": {
+ "authentication/AzureAD/README.md": [
+ {
+ "hashed_secret": "e2cd5296bc405e443c3969345d68abd8fce8c95b",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 115,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/AzureAD/README_WITH_CLIENT_SECRET.md": [
+ {
+ "hashed_secret": "eec26e61c2abc92979c2b5605b3afe5ca4e9e786",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 50,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 221,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 442,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "076a042dcb8e3b7be55cbbe95e1f18f577ef1ba5",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 488,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md": [
+ {
+ "hashed_secret": "eec26e61c2abc92979c2b5605b3afe5ca4e9e786",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 67,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 145,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 387,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/AzureAD/templates/OdmOidcProviders.json": [
+ {
+ "hashed_secret": "8bdc201bacb0187176e791a4122a9d82b12afd9f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/AzureAD/templates/openIdParameters.properties": [
+ {
+ "hashed_secret": "8bdc201bacb0187176e791a4122a9d82b12afd9f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 6,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/AzureAD/templates/openIdWebSecurity.xml": [
+ {
+ "hashed_secret": "8bdc201bacb0187176e791a4122a9d82b12afd9f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 19,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/AzureAD/templates/webSecurity.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 4,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/AzureAD/templates_for_privatekeyjwt/webSecurity.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 4,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Cognito/README.md": [
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 393,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 624,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "12d3a2730ae9976303db72d424b3771221f90852",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 673,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Cognito/templates/OdmOidcProviders.json": [
+ {
+ "hashed_secret": "52b24ee5f215ade850875ac41ab9f0a38c8102f0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Cognito/templates/openIdWebSecurity.xml": [
+ {
+ "hashed_secret": "999d3e78e4bbda9742dfd849826327d7e5a444c1",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 6,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Cognito/templates/webSecurity.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 3,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/README.md": [
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 361,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 560,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "076a042dcb8e3b7be55cbbe95e1f18f577ef1ba5",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 605,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/README_FINE_GRAIN_PERMISSION.md": [
+ {
+ "hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 104,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "c94cfbe098fb5c2eedde2bb22c78fe2cd7e9a0e8",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 162,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/get-user-password-token.sh": [
+ {
+ "hashed_secret": "6c074fa94c98638dfe3e3b74240573eb128b3d16",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 74,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/openldap/ldap-custom-ssl-secret.yaml": [
+ {
+ "hashed_secret": "470bf8b666f65eb413930e55a2153b2e6d6334b0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Base64 High Entropy String",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "641ad3b66231e0f477088e711306cd1fdf1e5626",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 11,
+ "type": "Base64 High Entropy String",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "03b4a6482aeaf6e6aa3c2639db6e1c9b728e7b49",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 13,
+ "type": "Base64 High Entropy String",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/openldap/openldap-customldif.yaml": [
+ {
+ "hashed_secret": "3e6e3eece5e10a4c903489f501c049b2c54094c4",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Base64 High Entropy String",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/openldap/openldap-secret.yaml": [
+ {
+ "hashed_secret": "e6c016ec485da2332894dc2ec7a6dc51274329ca",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "03cf869b7d4930f056f00f340ec0bb1bbec16065",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 9,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/templates/openIdParameters.properties": [
+ {
+ "hashed_secret": "0c30c3c46016b2be2ae9201731fe3c1387acf553",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 7,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/templates/openIdWebSecurity.xml": [
+ {
+ "hashed_secret": "0c30c3c46016b2be2ae9201731fe3c1387acf553",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 21,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Keycloak/templates/webSecurity.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 4,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Okta/README.md": [
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 225,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fa9beb99e4029ad5a6615399e7bbae21356086b3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 379,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "076a042dcb8e3b7be55cbbe95e1f18f577ef1ba5",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 425,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Okta/templates/OdmOidcProviders.json": [
+ {
+ "hashed_secret": "43615efcba5160697f497af85d6fba3749a7418a",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 6,
+ "type": "Base64 High Entropy String",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "5e1e891145008d368a6f40e03e7fdf5fbf4f14e3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 7,
+ "type": "Base64 High Entropy String",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "eb002c727440c90d4cdeb7c8040933819ee0e6d3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Base64 High Entropy String",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "5156bc909d473680606c26fd6c078884ece36a5b",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 11,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Okta/templates/openIdParameters.properties": [
+ {
+ "hashed_secret": "5156bc909d473680606c26fd6c078884ece36a5b",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 7,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Okta/templates/openIdWebSecurity.xml": [
+ {
+ "hashed_secret": "5156bc909d473680606c26fd6c078884ece36a5b",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 16,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/Okta/templates/webSecurity.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 4,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "authentication/README.md": [
+ {
+ "hashed_secret": "2997f3435ac9971d2e2fdbc81b641efda9861e85",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 130,
+ "type": "JSON Web Token",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "809cf8d34a55b4969c52799171369b690045056d",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 133,
+ "type": "JSON Web Token",
+ "verified_result": null
+ }
+ ],
+ "configuration/custom-external-database/sample-datasource-dc-oracle.xml": [
+ {
+ "hashed_secret": "431364b6450fc47ccdbf6a2205dfdb1baeb79412",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 22,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "configuration/custom-external-database/sample-datasource-ds-oracle.xml": [
+ {
+ "hashed_secret": "431364b6450fc47ccdbf6a2205dfdb1baeb79412",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 16,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "configuration/security/sample-webSecurity-LDAP.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 11,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "18ec03df941946f5a01e2be99218c64f1b1debb7",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 14,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "9791d7802c64c15fe962d9c178eb5caabc89eb1e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 15,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "59c41b55cd0186e10b7e9bfb92d127f827d20d37",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 16,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "d033e22ae348aeb5660fc2140aec35850c4da997",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 42,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "configuration/security/sample-webSecurity-basic-registry.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "0d3d25e1395decbedc2859b4b6c2154b31716231",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 13,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "4094654271559d0f7d2835e19fd736c3cbb41d5c",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 14,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "8327e8beebe58091e4768bb82ccdfe7b49d67b7e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 15,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "eded784d96b51374b3eeb9f027c700be9b4b4f6f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 16,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "56917b8427a2ef359de2b9659bba448eecf3a5f0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 19,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "18ec03df941946f5a01e2be99218c64f1b1debb7",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 20,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "9791d7802c64c15fe962d9c178eb5caabc89eb1e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 21,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "59c41b55cd0186e10b7e9bfb92d127f827d20d37",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 22,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "configuration/security/sample-webSecurity-role-extension.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 6,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "0d3d25e1395decbedc2859b4b6c2154b31716231",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "4094654271559d0f7d2835e19fd736c3cbb41d5c",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 9,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "8327e8beebe58091e4768bb82ccdfe7b49d67b7e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "eded784d96b51374b3eeb9f027c700be9b4b4f6f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 11,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "56917b8427a2ef359de2b9659bba448eecf3a5f0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 13,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "18ec03df941946f5a01e2be99218c64f1b1debb7",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 14,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "9791d7802c64c15fe962d9c178eb5caabc89eb1e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 15,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "59c41b55cd0186e10b7e9bfb92d127f827d20d37",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 16,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "configuration/template-insight-demo-plugin.properties": [
+ {
+ "hashed_secret": "14b4de5b879f1d8279081694a178c86c90d2f659",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 5,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "916ade4bbed3920f98e7bea2c356506ef83bfe31",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 7,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "configuration/template-plugin-configuration.properties": [
+ {
+ "hashed_secret": "89a519cc7786f3290ad671412d92f325f9ef2a57",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 23,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "f26ea3d559c7626fb07d034f6b33af9fb366e8a4",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 27,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/authentication/openid/README.md": [
+ {
+ "hashed_secret": "d7f9728ec689ecd3fd50058a04802f459b83173e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 107,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "02ce1f4be51daf5cd47c57197dc61a5fe2eba473",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 110,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "3849133aa19d6e8902e4a1f0c7c465ac1c09d431",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 131,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "c673da365bbd9dd8e6f92d3154b80aea2ff4f881",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 182,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "b23331241177ae0c97f6cb8fc4e1a095922768be",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 190,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "4340fd2b47019e2ccb89f8bb9d0ec64eea4d91cf",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 227,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "59c41b55cd0186e10b7e9bfb92d127f827d20d37",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 234,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 287,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/monitor/mpmetrics/README.md": [
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 36,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 85,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/monitor/opentelemetry/README.md": [
+ {
+ "hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 69,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 133,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/secrets-store/README.md": [
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 133,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "f4e7d43fd3a3d4f5460ab34a6798ecfb16191277",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 175,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "12d57965bd88277e9e9d69dc2b36aae2c0b7e316",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 211,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "a4bef0b0b094fb91226049efbb7303739d451543",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 222,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/secrets-store/values-default-vault.yaml": [
+ {
+ "hashed_secret": "e6a8430b6dc3747f44d258a127b11f4705d9ee01",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 17,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/secrets-store/webSecurity.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 4,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "0d3d25e1395decbedc2859b4b6c2154b31716231",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 5,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "4094654271559d0f7d2835e19fd736c3cbb41d5c",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 6,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "8327e8beebe58091e4768bb82ccdfe7b49d67b7e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 7,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "eded784d96b51374b3eeb9f027c700be9b4b4f6f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "56917b8427a2ef359de2b9659bba448eecf3a5f0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 9,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "18ec03df941946f5a01e2be99218c64f1b1debb7",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "9791d7802c64c15fe962d9c178eb5caabc89eb1e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 11,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "59c41b55cd0186e10b7e9bfb92d127f827d20d37",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 12,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "cc7c5be316e48d137cbb549833b85d91034d799d",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 13,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/README.md": [
+ {
+ "hashed_secret": "f4e7d43fd3a3d4f5460ab34a6798ecfb16191277",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 123,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 152,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/openid/values-default-vault.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "09ccd3b51d7491b00e3177f614b668cf14dd9ce0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 35,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/openid/vaultdata/OdmOidcProvidersAzureAD.json": [
+ {
+ "hashed_secret": "2db6d21d365f544f7ca3bcfb443ac96898a7a069",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 9,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "35bf59a8608e6056fee877d137c05081fc98eb11",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 17,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/openid/vaultdata/mycompany.key": [
+ {
+ "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 1,
+ "type": "Private Key",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/openid/vaultdata/openIdParameters.properties": [
+ {
+ "hashed_secret": "2024666d517b39bffc830dba9bf0d25f3c9d3a51",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 6,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/openid/vaultdata/openIdWebSecurity.xml": [
+ {
+ "hashed_secret": "2db6d21d365f544f7ca3bcfb443ac96898a7a069",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "c2b6ff6ac90ae4c7ba8118bf82133b587f6844d0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 20,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/openid/vaultdata/webSecurity.xml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 3,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/values-default-vault.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "09ccd3b51d7491b00e3177f614b668cf14dd9ce0",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 35,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/vaultdata/mycompany.key": [
+ {
+ "hashed_secret": "1348b145fa1a555461c1b790a2f66614781091e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 1,
+ "type": "Private Key",
+ "verified_result": null
+ }
+ ],
+ "contrib/vault-initcontainer/vaultdata/simpleWebSecurity.xml": [
+ {
+ "hashed_secret": "0d3d25e1395decbedc2859b4b6c2154b31716231",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 8,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "4094654271559d0f7d2835e19fd736c3cbb41d5c",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 9,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "8327e8beebe58091e4768bb82ccdfe7b49d67b7e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 10,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "eded784d96b51374b3eeb9f027c700be9b4b4f6f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 11,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "60d9e2b1b5cebd52cc0912fe2b69b2108c7991ac",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 14,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "18ec03df941946f5a01e2be99218c64f1b1debb7",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 15,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "9791d7802c64c15fe962d9c178eb5caabc89eb1e",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 16,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "59c41b55cd0186e10b7e9bfb92d127f827d20d37",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 17,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/azure/README-Azure-SQL-MI.md": [
+ {
+ "hashed_secret": "547ef58bd39c2e3cc6ff7e61ea31e3d23e6382f1",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 62,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/azure/README.md": [
+ {
+ "hashed_secret": "12d57965bd88277e9e9d69dc2b36aae2c0b7e316",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 227,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "41b864c967d31ed0bf10562e22faa36324405048",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 245,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "547ef58bd39c2e3cc6ff7e61ea31e3d23e6382f1",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 406,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/eks/README.md": [
+ {
+ "hashed_secret": "8b712744eee080d5fe6048e4f589235d00435559",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 132,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 156,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/eks/eks-nginx-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 2,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/eks/eks-rds-nginx-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 2,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "aef505a4c9ac97451f163d4b5d27cc7e3c437dc3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 18,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/eks/eks-rds-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 2,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "aef505a4c9ac97451f163d4b5d27cc7e3c437dc3",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 20,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/eks/eks-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 2,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/gcloud/README.md": [
+ {
+ "hashed_secret": "dc081999b19ee322ee45e3d4451246b7c449db0a",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 134,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "5a2ea68e9ea943ea31948fe51388c798e13346a9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 181,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/gcloud/gcp-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 2,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "8ce7feb4d1c89d5611541bafa8f7ea83a4039665",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 20,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/minikube/README.md": [
+ {
+ "hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 71,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/minikube/minikube-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 2,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/roks/README.md": [
+ {
+ "hashed_secret": "b11974a9da0d56698df935ab86e19b127804d6d4",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 75,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/roks/roks-sticky-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 20,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/roks/roks-values.yaml": [
+ {
+ "hashed_secret": "fd1daf2e350a06b865f4a1e17bb39183b806c1e9",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 16,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/roks/terraform/README.md": [
+ {
+ "hashed_secret": "1a70e90515ef1357abd3531dead4b53b6eba959f",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 52,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ],
+ "platform/roks/terraform/odm.auto.tfvars": [
+ {
+ "hashed_secret": "ef0ac30957449cec0b3d5cefe691356e5c57bebe",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 39,
+ "type": "Secret Keyword",
+ "verified_result": null
+ },
+ {
+ "hashed_secret": "08e048ce8880fd249f83a794215df8fd33e58401",
+ "is_secret": false,
+ "is_verified": false,
+ "line_number": 50,
+ "type": "Secret Keyword",
+ "verified_result": null
+ }
+ ]
+ },
+ "version": "0.13.1+ibm.62.dss",
+ "word_list": {
+ "file": null,
+ "hash": null
+ }
+}
diff --git a/authentication/AzureAD/README_WITH_CLIENT_SECRET.md b/authentication/AzureAD/README_WITH_CLIENT_SECRET.md
index 79e3ec33..a72c7c0d 100644
--- a/authentication/AzureAD/README_WITH_CLIENT_SECRET.md
+++ b/authentication/AzureAD/README_WITH_CLIENT_SECRET.md
@@ -316,7 +316,7 @@ You can now install the product. We will use the PostgreSQL internal database an
See the [Preparing to install](https://www.ibm.com/docs/en/odm/9.0.0?topic=production-preparing-install-operational-decision-manager) documentation for additional information.
```shell
- helm install my-odm-release ibm-helm/ibm-odm-prod \
+ helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
--set oidc.enabled=true \
--set license=true \
@@ -336,7 +336,7 @@ You can now install the product. We will use the PostgreSQL internal database an
When the NGINX Ingress Controller is ready, you can install the ODM release with:
```
- helm install my-odm-release ibm-helm/ibm-odm-prod \
+ helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
--set oidc.enabled=true \
--set license=true \
diff --git a/authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md b/authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md
index eb6c11f8..c862f52a 100644
--- a/authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md
+++ b/authentication/AzureAD/README_WITH_PRIVATE_KEY_JWT.md
@@ -247,7 +247,7 @@ You can now install the product. We will use the PostgreSQL internal database an
See the [Preparing to install](https://www.ibm.com/docs/en/odm/9.0.0?topic=production-preparing-install-operational-decision-manager) documentation for additional information.
```shell
- helm install my-odm-release ibm-helm/ibm-odm-prod \
+ helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
--set oidc.enabled=true \
--set license=true \
@@ -268,7 +268,7 @@ You can now install the product. We will use the PostgreSQL internal database an
When the NGINX Ingress Controller is ready, you can install the ODM release with:
```
- helm install my-odm-release ibm-helm/ibm-odm-prod \
+ helm install my-odm-release ibm-helm/ibm-odm-prod --set image.tag=9.0.0.0 \
--set image.repository=cp.icr.io/cp/cp4a/odm --set image.pullSecrets=icregistry-secret \
--set oidc.enabled=true \
--set license=true \
diff --git a/authentication/AzureAD/images/diag_azuread_interaction.ai b/authentication/AzureAD/images/diag_azuread_interaction.ai
deleted file mode 100644
index f70ea408..00000000
--- a/authentication/AzureAD/images/diag_azuread_interaction.ai
+++ /dev/null
@@ -1,720 +0,0 @@
-%PDF-1.5
%âãÏÓ
-1 0 obj
<>/OCGs[24 0 R 25 0 R]>>/Pages 3 0 R/Type/Catalog>>
endobj
2 0 obj
<>stream
-
-
-
-
- 2022-11-14T15:28:32+01:00
- Adobe Illustrator 26.0 (Macintosh)
- 2022-11-14T15:28:32+01:00
- 2022-11-14T15:28:32+01:00
-
-
-
- 256
- 136
- JPEG
- /9j/4AAQSkZJRgABAgEASABIAAD/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABAASAAAAAEA
AQBIAAAAAQAB/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoK
DBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8f
Hx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAiAEAAwER
AAIRAQMRAf/EAaIAAAAHAQEBAQEAAAAAAAAAAAQFAwIGAQAHCAkKCwEAAgIDAQEBAQEAAAAAAAAA
AQACAwQFBgcICQoLEAACAQMDAgQCBgcDBAIGAnMBAgMRBAAFIRIxQVEGE2EicYEUMpGhBxWxQiPB
UtHhMxZi8CRygvElQzRTkqKyY3PCNUQnk6OzNhdUZHTD0uIIJoMJChgZhJRFRqS0VtNVKBry4/PE
1OT0ZXWFlaW1xdXl9WZ2hpamtsbW5vY3R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo+Ck5SVlpeYmZ
qbnJ2en5KjpKWmp6ipqqusra6voRAAICAQIDBQUEBQYECAMDbQEAAhEDBCESMUEFURNhIgZxgZEy
obHwFMHR4SNCFVJicvEzJDRDghaSUyWiY7LCB3PSNeJEgxdUkwgJChgZJjZFGidkdFU38qOzwygp
0+PzhJSktMTU5PRldYWVpbXF1eX1RlZmdoaWprbG1ub2R1dnd4eXp7fH1+f3OEhYaHiImKi4yNjo
+DlJWWl5iZmpucnZ6fkqOkpaanqKmqq6ytrq+v/aAAwDAQACEQMRAD8A7R+al9cqbKzRysDq8kig
0DEEBa/LCGMnnuFgi9Ltra5v4obmT0oW5cm5Km4UlV5N8K8mAWp6YEp0fLmiyQoyanHbyFZWdJZI
5Kem5VVHAitRQ1xTS2TyxpSoSmswsw9Y78B/cniBT1P2zUj2xWmOYWLsVeqflleXE+hyxzOXWCYp
FyNSqlVPH5VwFnFl+Bk7FXYq7FXYq7FXYq89/NHUryOa0sY5Gjt2QyyBSRzblQcqeFMIYySDS9Js
r61i5XzQ3Do8jt6sbUMfqEoYWaNl+BA3NnC74ope+g6akat+n45GMLzMqcaAoAfT+KVTyatFFMVp
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
uxV2KuxV2KuxV2Kv/9k=
-
-
-
- Adobe PDF library 16.03
- application/pdf
-
-
- diag_azuread_interaction
-
-
- 1
- True
- False
-
- 910.500000
- 498.000000
- Points
-
-
-
-
- HelvNeueforIBM
- HelvNeueforIBM
- Unknown
- Version 2.106;PS 2.000;hotconv 1.0.70;makeotf.lib2.5.58329
- False
- MyriadPro-Regular.otf
-
-
- HelvNeueforIBM-Bold
- HelvNeueforIBM Bold
- Bold
- Unknown
- Version 2.106;PS 2.000;hotconv 1.0.70;makeotf.lib2.5.58329
- False
- MyriadPro-Regular.otf
-
-
- HelvNeueforIBM-Cond
- HelvNeueforIBM Cond
- Cond
- Unknown
- Version 2.106;PS 2.000;hotconv 1.0.70;makeotf.lib2.5.58329
- False
- MyriadPro-Regular.otf
-
-
- Arial-BoldMT
- Arial
- Bold
- Open Type
- Version 5.01.2x
- False
- Arial Bold.ttf
-
-
-
-
-
- Cyan
- Magenta
- Yellow
- Black
-
-
-
-
-
- Default Swatch Group
- 0
-
-
-
- Cool Grey 40
- PROCESS
- 100.000000
- RGB
- 148
- 158
- 158
-
-
- Cool Grey 30
- PROCESS
- 100.000000
- RGB
- 174
- 184
- 184
-
-
- Cool Grey 50
- PROCESS
- 100.000000
- RGB
- 109
- 119
- 119
-
-
- Cool Grey 20
- PROCESS
- 100.000000
- RGB
- 200
- 210
- 210
-
-
- Cool Grey 60
- PROCESS
- 100.000000
- RGB
- 90
- 100
- 100
-
-
- Cool Grey 90
- PROCESS
- 100.000000
- RGB
- 15
- 18
- 18
-
-
- Blue 50
- PROCESS
- 100.000000
- RGB
- 66
- 120
- 188
-
-
- Blue 10
- PROCESS
- 100.000000
- RGB
- 194
- 228
- 248
-
-
- Blue 20
- PROCESS
- 100.000000
- RGB
- 134
- 195
- 234
-
-
- Blue 30
- PROCESS
- 100.000000
- RGB
- 105
- 164
- 216
-
-
- Blue 40
- PROCESS
- 100.000000
- RGB
- 94
- 147
- 205
-
-
- Blue 100
- PROCESS
- 100.000000
- RGB
- 3
- 4
- 6
-
-
- Cool Grey 2
- PROCESS
- 100.000000
- RGB
- 141
- 144
- 135
-
-
- Cool Grey 100
- PROCESS
- 100.000000
- RGB
- 4
- 5
- 5
-
-
- Green 30
- PROCESS
- 100.000000
- RGB
- 142
- 198
- 62
-
-
- Cool White 1
- PROCESS
- 100.000000
- RGB
- 251
- 253
- 254
-
-
-
-
-
-
- Document
- AIRobin
- xmp.did:3dd486a0-f90d-41eb-8b97-6b18db8cb54b
- uuid:9b005436-eb19-a647-8179-2989263f5eb5
- xmp.did:d3823471-32ce-cf46-90fc-005ac640945c
- proof:pdf
-
- uuid:0cbb4832-d486-cc4c-ab22-466ab201e1cc
- xmp.did:b3c908ab-64e6-e148-958b-b65e94ab77a4
- xmp.did:d3823471-32ce-cf46-90fc-005ac640945c
- proof:pdf
-
-
-
-
- saved
- xmp.iid:d3823471-32ce-cf46-90fc-005ac640945c
- 2016-04-13T13:42:42+02:00
- Adobe Illustrator CC 2015 (Windows)
- /
-
-
- saved
- xmp.iid:3dd486a0-f90d-41eb-8b97-6b18db8cb54b
- 2022-06-28T10:29:41+02:00
- Adobe Illustrator CC 2017 (Macintosh)
- /
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
endstream
endobj
3 0 obj
<>
endobj
5 0 obj
<>/Resources<>/Font<>/ProcSet[/PDF/Text]/Properties<>/XObject<>>>/Thumb 33 0 R/TrimBox[0.0 0.0 910.5 498.0]/Type/Page>>
endobj
27 0 obj
<>stream
-H‰äWÉŽ]·Ý¿¯àRZ<6‹3·–A„ÀVYA
^KØ¿ŸsªHÞÛ²‚xoËzº‡c
§Þýý…»{ý"¸^¾p—_ãçΆĆ>_‚Ë£»!Áwåç—·—¸àž]ð5&ýîËûËÝ«7Á½ÿzùìÄüCôq´ârÉØ‘†{x¼pêñr•Ú|ÎÍ]ƒRÜ
#M|ïc _bvÉW×}¨â.{@¢/!;Û?ÄIõ’¸Aoèc6_2n̘ÞǶªgÅùÍߎmgtSÔ(S‚Z8 ª®ëÞ]~úŽa~~uÉî7¡Dr¯ÝŸÖ:.o`ŸC{à …$ãŠ\ëí£o¡ Pñ:|R ²ŽŸ ÑÔ5”${ño§¡|ÃÐ>)Ūkö=kà¬ïÛ¥úº.YÇðs^òpÀÿ7þK¡¸å)Ü[÷£´ä`uŸc’“Â9‘8ÃΩúDus~´CVlÛјz¡ÒߌÜN#Õ‡QÝ<‹’×áö5SÝùy»ß Ä„óÀyÊBëÞ§ø¶°‰içœcâOn‚ßó ù”…Äeò(g#ĆЉËÙGø:®Ä_Àˆ¿9Ì kšTæíy¹ˆç%/ÒëæÅy‹«y‚ìÓÿáqÜ{ü}Åz ¬ÁÝÿíî/Á½ü„y®(1ùT³‹”É© ÈšJBTÕ£ÆÄ:øÜ`9ßR:ט‚ì–"ܘ#ü£Ì𙪠vሇÈo±UßàÁÇÓ=L¯li#X1¹òJƒ½ˆ»BÆ<ìÄzt ž”ú#šBrk'|0t§[”PûZÄH9 ÅÌÐy‡šxL™+’Hrèz…ïÓÄ4𞧥€«rrš‘D8dš˜N7ó_E4‘=,ïp ¦rx5æûWV¹*ÛùgLjŒ8ljʪu#É7RZâ—¨ÆÒ©Èä°êyð[Í Îò*¬Ä4ûEŸ¨/k°öh¶ƒÔ†®±ÙBÛ#_À–lŽÒréËß’syÒÝ=ëz¾æºî¶®!
-¤Ò#®×YÏ51¸Á:Ï Û¹fn›lÉÌ®?]~¸¿ðñÅ÷]@zÆ/²ß©~ßÝË¿i÷ûwdJêÉü€C]l(Pú#ÛË:Ü?^þùÌÙ/ŸCqÏÞ>üòõ—OÝ›ç¼øËó+žpÏ~}.AÑ¿îÿJƒAzDÇýŽžë†O¿~º½Õe?ÞkK‚Ô&¥†—Wfß:gÔ‹~ô$¥P<àÅxtB¥‰"·!?%¨ÐDN½H`È_ý|ò¢tãÝYy””õͬ“sšèvxr²™Hà<2G@¾D‘‚ˆƒ’øšöºòR¡x"—JRo2ÓkŠîŽÍ‚Ëa÷“öƒg£–öÖµ4F„:K9ÂŽ>;j]šRã䨺4qãP×ëF¬þdôô³¹‰F'd†ÁÞ= •I¸ø –žŒŒ½+†® G é–ñD£Ûf!ìÐŽ/Á’eJ ©X«ã1×æªNCÖBQ+e™Ma]Fb[k]mÆŠæƒÂô„5!«@ôî°,YA¬ Ñ¢!cj7ÜÛ³^ÊÚ‰ P¡…ž©cÑÍnvØ«á¬sZŸÁNÝŹd€'F0-§}’v•h¿Ç¹'T¥‹ÉÏ””µ
mQ3S«öpÌq¡m£‰·•Ð§f9C±®°u6,â“W Ë)#pa”M+ DÌô+wõE*í(jË«€‹IDpázH±ˆmvîìÌ•ûܹØf6È<{åß÷hò$ Ô—.D2ƒ„¤{£›ÑEˆù~Ç&K|+“WeœpZyZCÔ‚)¹Œº23óPg°olÚ^ál}Ñ^+
-㧰‘ ³bªÞ.šš&
-J„!³1»ƒøó4óeêˆüÁõPsg>lÏ‘%%ǨŎùÉ[-ÌÝÚÊn…¯k™¢’
6 ¡« !±¯èEé±04´ÅZæªÓ‰A6Íãf™è6»šd&Œè…
-ÂfÌÉñJ”ø ËÖ8&9¡$kÓù+úTÚõjDÃ#U‰mÙ²WÈ ŒéßÔÕàQK@BÒ ñY'd‡‘ÿO¥)xO2dQSø"‘'ö¼Ií–-ŽC±p¶$[C¢O.Ò¤tsõ8!©u®-J3¾Øn˜t™Þ"dëUñ@³®Ý"žÖò^»íÜ2²‹4¶øZ©Úþ6õ4ƒ¢YŸ^úŒ‘¾á¯6?±ÎÎ'Ois6wHUsX÷-%è3q4º
Ÿ…ä¬oÑHººQß¿EÍŠg}’ŠõCÌYT¢K&²Ð4][ø¶ñ@cWžâ6!½±Š1¿›BÒ&*”H¢PÚiVÂDÂp“dçTÖ.$m0‘‰œõÔ´u
¥6ôê8h»†ª?ŸŸM{Âuz¸#³šÒÂÔ²Ç&ûÑÀ"]U«T…•ƒØm¢Ù@æ¨ —å&¬ZÃm<
¿1â”UÌð•©$uÊƸÎ<:uílQŽ•†½êVAø¾Ú›2‹2µZ( 3B†Õ9ô{
-zVIk7Jåf\…¹êš@["ñFswÆ(®„ÊÑHÃlÞùx„ì·xƒµÙ¥u㩪…òÄl>_¶Èÿ’7÷ ù'a›Ç²oý´ þ iM'˜ƒÌÖ™©qâ….¢ì g¢.)hƒ‘%jÞzŠ–‡ý:“D0äv&áTR>ŸI¾pñÆÚ2ÑVÀQðöó‡OÃÑZ³1EµácÊNS Zb1`÷¯,K‹çœæÇœfuŒ”+÷AÓÍlq¨EãÿÅØ…ìF·FnÎ×Ö°|w8â–7÷7oGl‰aûí®÷hZrô?NGÖÑÇÑ Ó¾bBCJ™¨ Z¾\žûúãýý ÿ(®_T+ø úû
-ºB‡¼ÂÙ”“6À.jøÕ±önß
-(ƽçVòЙ%©gphÌ)ÆjáfÄáìÚTÆXÉR!¿ åH7žõ7D ˆ·ƒ±b€«hŠÜ`óêî§ýOï€ÉC%|?23…¤=þ|"DIAûA÷F '#Ç bÄ!ƒ•–ø=ƒn-ä— gÉ[Tš9:Q” ¹ÏèÒ®9 ´FŸ¡V¦¢&«¶Í,âùÅR§GF–·h"´Æ:³ØÖÆ×ñÜÖ\l¸ìdzÌpãçYû'}üÒÐpáM~a`¿»»ÿðx8ýüeÈóͯ^}û½ß¿yÄ‹Óß_ýõ½ßó‹jô×`ÉÉsXBÊœ,Ú>S‡µ†‚Ê8©Œ9À0Վ܇vL¹Š¶”!Rؤƒ~Œ•>“pÉNuÏù$¸ X×'±
-xâ€÷ì“uÕx2w¶ö¼Eb^Üc~C÷ï}Kk’’!e›¤äIi"9Q&r3;‰ Ϩ¨…tM VɤL«4é4r‘V½©®‹:‹£®ÄjéRØýÚö¨~ð+|éÛÑ´ÿ² $—ñ€sç8’tÜêî_B3w©×)(ƒÝ&jÐ-ÏÑ®k'T
k<Èù1ZÀ õŠÓ¯»Ä¶óuØ®Ó.Ã=ÞS+³48œK‡`!zh¹¦EƸÝv§Çc%²¡š²}Ñz¿å¹Ð‡5mü*VŸ±ÊõÍ¥ð˜ÓæÚ¨Ý,Ž<𥎤nw±ÐbZÎiæ‚бšžõ÷®uCŸxÞ
dÊSð@íôÕ0=®r;1¿ÞÕjBÁ0ªf–h¹M ¡ÙŠâؘͬiÈfrf©š™»W
-Ùç¤ìÆÕ©Ÿ¦JÌV2+¸cãÜÎó·´zC4qG۾慄…d¶áH°hÞ¸ÝÁôëb)R
-S,<Ý+´6 |5Éî˜^ê
-Ú¯)Â4V’¿sÑ(!chÜ67›Ibs¬0œù–
×ÖÓ`nœ¹´9I®ÞŽbms›®•¼kœµ€43ä9k#FÃZ3m§ÌØJqV¡Ü7HÝ.çbȱšŽ‘»¬(‡ëšúòxÀ«á§°yq,PËáœi¨¡cH[‚Ø®¶Å~,u33s?ËÚ<,m}¹9—³\kˆXîbpáU@%fÌ)D[ š‚Øt)L„Î#XÓ 7ðÕÚ¥Ðõ+9ä.éÎÀ˜Á=ƒùH5öc0‚ºñy»Û>ÝüúrŸíó\S«°¹ì8ý:NÇðQ—¡ ÙÈm€NBÓ¸—@Pìb4Ò3¯ ”¨Æ•>¾ÒX˜uÞeœBØ·N2¡N¤y/¦ÈÒq\ÑäØ$P{N,AØècp߸TK0ë<¦‘rkbì¤U ¸F£a“&6×.
׆ ÷h4½Ãž0:6œÉßQ<
-j ´
-Ý¥*Æ÷JgÕ#†±ÊLgï´hp”OâŠ<ÜèÒÙÕbîw3µéìI#OÃܧ¼›ïª’M
=" nÛF‹f[ãƒ