Skip to content

Policy for Azure is empty #99

@t3bld

Description

@t3bld

After generating AWS policies, we also want to generate it for Azure. But we have found that the generated policy is empty.

Could this be the issue? That no signal is sent for the Azure flag after the process has been terminated?

if *providerFlag == "aws" {

Would that be a fix?

if *providerFlag == "aws" || *providerFlag == "azure"  {
  setINIConfigAndFileFlush()
}

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