Skip to content

Commit bf7d4a9

Browse files
lgrateaulionelmacemmoulyfredmerciFrederic Mercier
authored
Release minor release (#204)
* Add terraform scripts to provision ODM landing zone on IBM Cloud (#191) * added terraform for ODM on ROKS * updated readme * Update README.md * Link checker * DBACLD-148300 Enable detect secret * DBACLD-148300 Enable detect secret * New pre-commit version * Add script to extract user-group-mgt from entraid * Detect secrets GitHub action (#194) * detect-secrets github action * update .secrets.baseline with secrets from ldap-custom-ssl-secret.yaml and openldap-customldif.yaml * run the github action on push only (not pull_request) --------- Co-authored-by: Frederic Mercier <f.mercier@fr.ibm.com> * send notification to Slack if detect-secrets failed * typo on rtsUser role name * update secret baseline * updated ECS README and docker-compose * update baseline * update with audit for ldap yaml * remove exclude * groups and users synchro * Update README_WITH_CLIENT_SECRET.md * Update README_WITH_CLIENT_SECRET.md * Update README_WITH_CLIENT_SECRET.md * Update README_WITH_CLIENT_SECRET.md * Update README_WITH_CLIENT_SECRET.md * API Permissions * Add outbound rule configuration * add RES_URL info * images for datasync * Note on sidecar image * Create Dockerfile * add info about using Amazon root CA and EFS file system * Update README_WITH_CLIENT_SECRET.md * add DC server config edit * update comment in docker-compose file * explain HTTPS mode * resize images display * correct url typo * add info about HTTPS listeners * improve documenentation and add tutorial architecture schema * add steps for runtime to communicate with res notif server * add explanation about restarting runtime * update docker compose file different ECS tasks * Update - target group settings for DC and runtime * update comment in docker files * add TOC * remove : from titles * Update TOC * correct incorrect toc link * file server * check download * Update README.md * replaced by dedicated tutorials * typos * Update README.md * update doc * update for 24.1.0 * DBACLD-155807 validate instructions for using keycloak with ODM * update .secrets.baseline * update nginx ingress to create nlb instead of classic lb in AWS * restore snapshot URL * keycloak parameter change * restore intro that was deleted by TOC generator plugin * update dead link * update dead link * accessing the keycloak console behind a proxy * Review Minikube installation. (#199) * option renamed into "Always display in console" in Create Client wizard * fine-grained permission * First part * Try to fix inline note * Fix inline notes * Try fix * Another try with inline notes * Markdown is painful sometimes * Simplification * Removed user-chosen secret names * GCP changed details in Load Balancer * Markdown (URLs) * DBACLD-155793 Validate Instructions for OKTA as OIDC provider * update wrt ibm licensing service 4.9 * update the script and template file with the same changes as in keycloak-odm-script-original.zip * update instruction for applying licensing 4.9 * update instruction to apply licensing 4.9 for nginx ingress * update LS troubleshooting url * update version to 9.0.0.1 release in dec * update to 9.0.0.1 * Prepare delivery of the new release. DBACLD-157428. Deliver ODM for Developpers charts (#206) * Updated TLS secret name * token reuse * navigation * Force image version (as the doc will be merged to dedicated branches) * Typo * ROKS Review (#207) * integrated changes from Lionel M (#208) * regenerate zip file * regenerate zip file * remove bash on scripts * update jose lib version * missing AZUREAD_TENANT_ID * refactor licensing * .secrets.baseline * rename * update doc and test procedure with case 1.8.5 * Update README-NGINX.md * Update README.md * Update README.md * move to flexible-server 15 * update secret baseline * remove image.tag 9.0.0.0 and re-add back --version 24.1.0 * removed explanation and only focus on latest case * 9.0.0.1 update * push helm values files * Update README-NGINX.md * Update README.md Versioning repo * add ECS Fargate to platform list (#212) * Add License section to ECS README.md * Reformat table in minikube README.md to have better printout in PDF * ibm-entitlement-key is the default as imagePullSecret * Update odm appversion to 9.0.0.1 & chart version to 24.1.0 (#213) * Added load_balancing_resources.png + rewrote part of NGINX * Renaming + accept license * Native Load Balancer screenshots * Renaming * Fixed URLs * Added reference about URL rewrite * Updated version and ingressClass * Revert "ibm-entitlement-key is the default as imagePullSecret" This reverts commit ce8b56b. * Added instructions for correct IBMLicensing CR * Update index.yaml (#215) * broken link * Update README_FINE_GRAIN_PERMISSION.md --------- Co-authored-by: Lionel <lionel.mace@gmail.com> Co-authored-by: Mathias Mouly <mathias.mouly@fr.ibm.com> Co-authored-by: Frederic Mercier <frederic.mercier@gmx.net> Co-authored-by: Frederic Mercier <f.mercier@fr.ibm.com> Co-authored-by: siasin <siasin.tay@fr.ibm.com> Co-authored-by: Pierre-Yves Lochou <pylochou@fr.ibm.com> Co-authored-by: Pierre-Yves Lochou <31895642+PYLochou@users.noreply.github.com>
1 parent d34eefc commit bf7d4a9

File tree

99 files changed

+3663
-1096
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+3663
-1096
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
# You are encouraged to use static refs such as tags, instead of branch name
1111
#
1212
# Running "pre-commit autoupdate" automatically updates rev to latest tag
13-
rev: 0.13.1+ibm.61.dss
13+
rev: 0.13.1+ibm.62.dss
1414
hooks:
1515
- id: detect-secrets # pragma: whitelist secret
1616
# Add options for detect-secrets-hook binary. You can run `detect-secrets-hook --help` to list out all possible options.

0 commit comments

Comments
 (0)