Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Add support for deploying on Azure #41

Open
jaredhocutt opened this issue Jun 8, 2020 · 3 comments
Open

Add support for deploying on Azure #41

jaredhocutt opened this issue Jun 8, 2020 · 3 comments

Comments

@jaredhocutt
Copy link
Owner

No description provided.

@dudash
Copy link

dudash commented Jun 19, 2020

I know this is a small part of the total issue, but FYI - for configuring access so that folks don't need to have the az CLI local you can provide instructions for them to:

  1. Goto their Azure Active Directory and register an application (to represent this deployer)
  2. Generate a secret key for that application (and set an expiration date if desired)
  3. Give the application the role of Contributor on your Azure subscription
  4. Grab the keys you need and set them into a yaml file for the deployer to use

It's essentially an easier way to do what the OCP Azure pre-install steps tell you to do here:
https://docs.openshift.com/container-platform/4.4/installing/installing_azure/installing-azure-account.html#installation-azure-service-principal_installing-azure-account

@dudash
Copy link

dudash commented Jun 19, 2020

As a reference, the terraform docs actually cover the steps pretty well here:
https://www.terraform.io/docs/providers/azurerm/guides/service_principal_client_secret.html#creating-a-service-principal-in-the-azure-portal

@jaredhocutt
Copy link
Owner Author

@dudash This is great info! Thanks for adding that.

I'm hoping to find some time in the next week or two to start working on this. I'll keep you posted on progress and might hit you up with any questions. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants