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

[RULE] Add cases for container apps to Azure.Deployment.SecureValue #2651

Open
BernieWhite opened this issue Jan 19, 2024 · 0 comments
Open
Labels
pillar: security Aligned to the Security pillar. rule: deployment Rule for Azure Resource Manager templates

Comments

@BernieWhite
Copy link
Collaborator

Existing rule

Azure.Deployment.SecureValue

Suggested rule

Container app properties on the Microsoft.App/containerApps type should be added as cases:

  • properties.configuration.secrets[*].value

Container job properties on the Microsoft.App/jobs type should be added as cases:

  • properties.configuration.secrets[*].value

Managed environment properties on the Microsoft.App/managedEnvironments type should be added as cases:

  • properties.customDomainConfiguration.certificatePassword
  • properties.customDomainConfiguration.certificateValue

For managed environment certificate properties on the Microsoft.App/managedEnvironments/certificates type should be added as cases:

  • properties.password
  • properties.value

Pillar

Security

Additional context

@BernieWhite BernieWhite added rule: deployment Rule for Azure Resource Manager templates pillar: security Aligned to the Security pillar. labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pillar: security Aligned to the Security pillar. rule: deployment Rule for Azure Resource Manager templates
Projects
None yet
Development

No branches or pull requests

1 participant