-
Notifications
You must be signed in to change notification settings - Fork 170
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
Run shared RP automation using container and Makefile #3815
base: master
Are you sure you want to change the base?
Conversation
b884d3b
to
0e86bc2
Compare
Please rebase pull request. |
0e86bc2
to
40250d3
Compare
Follow tutorial logic and run it in a container
Use 'log', fix env file, bash linting and better cleanup
# TODO: How to get the PULL_SECRET - We can pass it to the container... | ||
# TODO: How to get the USER_PULL_SECRET |
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 has to be investigated, as for now it uses a dummy variables.
40250d3
to
a7ec53c
Compare
log "Admin-consent premission $permission_id" | ||
log -n "Are you admin? (y/N): " | ||
read answer | ||
if [[ "$answer" == "y" ]]; then | ||
az ad app permission admin-consent \ | ||
--id "$AZURE_CLIENT_ID" |
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.
Consider adding user input here or at the beginning of the automation to continue with or without this consent.
a7ec53c
to
fbdeb5e
Compare
Please rebase pull request. |
Which issue this PR addresses:
Fixes ARO-7754
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?