-
Notifications
You must be signed in to change notification settings - Fork 16
Outbound Access and Azure Security Fixes for WLS on AKS Offer #362
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
Conversation
This reverts commit 4bff3fd.
Azure Security fixes for WLS on AKS offer
Reviewed the code and changes look fine. |
|
||
output aksClusterName string = ref_wlsDomainDeployment.outputs.aksClusterName | ||
output adminConsoleInternalUrl string = ref_wlsDomainDeployment.outputs.adminServerEndpoint | ||
output adminConsoleInternalUrl string = ref_wlsDomainDeployment.outputs.adminServerEndPoint |
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.
Why is this necessary?
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.
I guess this is to resolve validation errors.
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.
Contains changes related to