-
Notifications
You must be signed in to change notification settings - Fork 203
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
API Management Service #3368
API Management Service #3368
Conversation
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.
This is really solid. I've flagged a few places where properties need some ASO flavouring, nothing that's difficult to do. Ping us if you have problems getting the recording to play nicely. Once that's included, I'll happily approve.
What error do you have when it fails? It's super likely it's a failure mode we've seen before. |
…zure-service-operator into ross/apim_service
I've added 2 recordings (1 for the integration and one for samples) - hope that's correct |
The previous run worked (before I merged main). It is failing on ServiceBus at the moment
|
That |
/ok-to-test sha=027aa84 |
…zure-service-operator into ross/apim_service
/ok-to-test sha=e7f9e1c |
@matthchr has found and fixed the problem in PR #3373; once you've merged |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks good to me! |
│ │ │ │ ├── SubjectFromConfig: *genruntime.ConfigMapReference | ||
│ │ │ │ ├── Thumbprint: *string | ||
│ │ │ │ └── ThumbprintFromConfig: *genruntime.ConfigMapReference | ||
│ │ │ ├── CertificatePassword: *string |
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.
Hmm it seems this is still getting exposed as a string?
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.
Ooh, there's 2 one here and one below.
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.
Fixed in #3377
Relates to #2747
This PR is the first of ~10 that I will add for API Management. This is the root service and the one that takes ~1.5 hours to complete. It is the base API Management. I don't believe that many people will use an operator to build this purely because of the time it takes to complete. However, it is the gateway to the more interesting parts (routes/apis/backends/products, etc)
How does this PR make you feel:
If applicable: