-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bump(maestro): bump maestro to 15b3dcff1c9a96a02c516b787e847757dac8c1af #998
Conversation
This adds support for entra token refreshing (openshift-online/maestro#231)
@geoberle can you've a look? |
@@ -88,7 +89,7 @@ spec: | |||
- --db-user-file=/secrets/db/db.user | |||
- --db-password-file=/secrets/db/db.password | |||
- --db-name-file=/secrets/db/db.name | |||
- --db-rootcert=/secrets/db/db.ca_cert |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the file /secrets/db/db.ca_cert
doesn't exist causing issue when the DB connection string is parsed.
Leaving this to empty will cause the system root cert to be used.
@@ -54,6 +54,7 @@ spec: | |||
- --db-user-file=/secrets/db/db.user | |||
- --db-password-file=/secrets/db/db.password | |||
- --db-name-file=/secrets/db/db.name | |||
- --db-rootcert= |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the default value was file that didn't exist.
I am leaving this as empty so that the system root cert will be used.
See https://github.com/Azure/ARO-HCP/pull/998/files#r1888346094
This includes a change that fix a migration issue (openshift-online/maestro#233) observed from the previous bump #998
This includes a change that fix a migration issue (openshift-online/maestro#233) observed from the previous bump #998
…57 (#1003) This includes a change that fix a migration issue (openshift-online/maestro#233) observed from the previous bump #998
What this PR does
bump(maestro): bump maestro to 15b3dcff1c9a96a02c516b787e847757dac8c1af
This adds support for entra token refreshing (openshift-online/maestro#231)
Jira:
Link to demo recording:
Special notes for your reviewer