Skip to content

Support login with just the arm mixin #45

@carolynvs

Description

@carolynvs

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions