-
Notifications
You must be signed in to change notification settings - Fork 173
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
MISE Middleware #3555
base: master
Are you sure you want to change the base?
MISE Middleware #3555
Conversation
Please rebase pull request. |
d12cef5
to
f33eca1
Compare
f33eca1
to
51130b5
Compare
Please rebase pull request. |
de8d9c7
to
51130b5
Compare
e3c0221
to
e1ffb92
Compare
95a4c52
to
65cb0cb
Compare
Please rebase pull request. |
1222e9d
to
35ceb49
Compare
35ceb49
to
f07130f
Compare
Please rebase pull request. |
f07130f
to
88c7bf5
Compare
b9091b9
to
0d52bbd
Compare
@@ -174,6 +175,13 @@ func DevConfig(_env env.Core) (*Config, error) { | |||
MDMFrontendURL: ptr.To("https://global.ppe.microsoftmetrics.com/"), | |||
MDSDEnvironment: ptr.To(version.DevGenevaLoggingEnvironment), | |||
MsiRpEndpoint: ptr.To("https://iamaplaceholder.com"), | |||
MISEVALIDAUDIENCES: []string{ | |||
"https://management.core.windows.net/", |
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.
is this consistent every cloud? Should this be a config?
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 for generating devconfig for full RP deployment, so there is no ARM involved, which means MISE will not be needed. I have added a test detail to make it pass validation.
_env.Environment().ResourceManagerEndpoint, | ||
}, | ||
MISEVALIDAPPIDs: []string{ | ||
"2187cde1-7e28-4645-9104-19edfa500053", |
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.
can we read this in as config.
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 for generating devconfig for full RP deployment, so there is no ARM involved, which means MISE will not be needed. I have added a test detail to make it pass validation.
8841549
to
739df01
Compare
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.
Missed change.
Which issue this PR addresses:
Fixes
What this PR does / why we need it:
Test plan for issue:
Is there any documentation that needs to be updated for this PR?
How do you know this will function as expected in production?