Skip to content

No Authorizer? #142

@robmoffat

Description

@robmoffat

How do I fix this error message?

no Authorizer could be configured, please check your configuration

I'm running with:

blocklist:
  - "00000000-0000-0000-0000-000000000000" # Prevent accidental deletion in wrong subscription

regions:
  - global
  - ***

accounts:
  "***":

.. as per the quick start.

I run like so:

 ${{ matrix.platform.binary_name }} run \
              --config .github/workflows/nuke/${{ matrix.platform.config }} \
              --tenant-id ${{ secrets.AZURE_TENANT_ID }} \
              --client-id ${{ secrets.AZURE_CLIENT_ID }} \
              ${{ env.DRY_RUN_FLAG }} \
              --force || true

I'm using azure-nuke version 1.2.3 Linux.

Image

Also I'm logging into azure like this:

Image

..but I get the same result on my MacBook logging in via the console

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions