-
Notifications
You must be signed in to change notification settings - Fork 79
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
Adding Github (actions) support #414
base: master
Are you sure you want to change the base?
Conversation
713de09
to
3790a07
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.
This is great work @eladiw. Thanks for putting in the time for this PR. It's great to see us offer support for a new orchestrator provider.
terraform state list | grep random_password | xargs -L 1 terraform taint | ||
terraform plan | ||
|
||
# Note: this command might fail due to the rapid create/delete on Azure resources. If it fails, re-running it |
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.
Curious on why this would fail?
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.
copied as is from the Gitlab readme file. I think this can be removed from both versions. wdyt?
* A shell environment, preferrably bash | ||
* A Github personal access token. Instructions for generating one can be found [here](https://docs.github.com/en/github/authenticating-to-github/keeping-your-account-and-data-secure/creating-a-personal-access-token). The token will need the `workflow` permission. | ||
* An Azure subscription | ||
|
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.
AFAICT, the terraform template that's being run is also creating an AAD App and SP. If that's the case then you may want to mention the developer will need owner level permissions on the az sub.
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.
updated
@erikschlegel updated. |
Adding Github actions support.
Based on the Gitlab version.
A matching Bedrock PR which builds on this PR : microsoft/bedrock#1457
Note:
In the Gitlab version secrets and variables were used. For Github there, variables are not an option, so every value is stored as a secret.
All Submissions:
What is the current behavior?
Github actions is not supported
Issue Number: N/A
What is the new behavior?
Adding Github acctions support
Does this introduce a breaking change?
Any relevant logs, error output, etc?
(If it’s long, please paste to https://ghostbin.com/ and insert the link here.)
Other information