Skip to content

Commit

Permalink
Disable ACA public rules
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jun 18, 2024
1 parent 00972b6 commit 4575840
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/Azure-Samples/Azure-Python-Standardization-Template-Generator",
"commit": "984454a27bd81d8d26794bd3464e9b1b5714ff66",
"commit": "619a6b29afba8ca26c528526bc313294d5c414a4",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"configurations": [
{
"name": "Python: FastAPI",
"type": "python",
"type": "debugpy",
"request": "launch",
"module": "uvicorn",
"args": [
Expand All @@ -16,7 +16,7 @@
},
{
"name": "Python: Debug Tests",
"type": "python",
"type": "debugpy",
"request": "launch",
"program": "${file}",
"purpose": ["debug-test"],
Expand Down
11 changes: 10 additions & 1 deletion ps-rule.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# YAML: Set the AZURE_BICEP_FILE_EXPANSION configuration option to enable expansion
configuration:
AZURE_BICEP_FILE_EXPANSION: true
AZURE_BICEP_FILE_EXPANSION: true
AZURE_DEPLOYMENT_NONSENSITIVE_PARAMETER_NAMES:
- connectionStringKey


rule:
exclude:
# Ignore ACA public access rules since all these templates are for public facing web apps
- Azure.ContainerApp.RestrictIngress
- Azure.ContainerApp.PublicAccess

0 comments on commit 4575840

Please sign in to comment.