Skip to content
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

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

machi1990
Copy link
Collaborator

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

@machi1990
Copy link
Collaborator Author

@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
Copy link
Collaborator Author

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=
Copy link
Collaborator Author

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

@geoberle geoberle merged commit 8a39c9f into main Dec 17, 2024
18 checks passed
@geoberle geoberle deleted the bump/maestro-support-token-refresh branch December 17, 2024 12:32
machi1990 added a commit that referenced this pull request Dec 17, 2024
This includes a change that fix a migration issue (openshift-online/maestro#233) observed from the previous bump #998
machi1990 added a commit that referenced this pull request Dec 17, 2024
This includes a change that fix a migration issue (openshift-online/maestro#233) observed from the previous bump #998
geoberle pushed a commit that referenced this pull request Dec 17, 2024
…57 (#1003)

This includes a change that fix a migration issue (openshift-online/maestro#233) observed from the previous bump #998
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants