Skip to content
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

Support login with just the arm mixin #45

Open
carolynvs opened this issue Mar 4, 2021 · 0 comments
Open

Support login with just the arm mixin #45

carolynvs opened this issue Mar 4, 2021 · 0 comments

Comments

@carolynvs
Copy link
Member

I want to be able to authenticate to Azure without using the az mixin. It should be a mixin configuration whether or not authentication occurs automatically.

mixins:
- arm:
    autoLogin: true # Automatically log into azure as needed

install:
- arm: 
      description: "This step will automatically authenticate for me"

Login with ambient environment variables such as AZURE_CLIENT_ID, etc

install:
- arm:
     description: "login"
     login

Explicit login

install:
- arm:
     description: "login"
     login:
       clientId: "something else"
       clientSecret: "than the default"
       tenantId: "azure environment variables"
@carolynvs carolynvs added this to Inbox in Porter and Mixins via automation Mar 4, 2021
@carolynvs carolynvs removed this from Inbox in Porter and Mixins Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant