Skip to content

Commit

Permalink
Add changes to remove CHECKACCESS
Browse files Browse the repository at this point in the history
Merged in PR #3643
  • Loading branch information
s-fairchild committed Jul 30, 2024
1 parent 56326c0 commit dde1f48
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pkg/deploy/assets/gateway-production.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pkg/deploy/assets/rp-production.json

Large diffs are not rendered by default.

13 changes: 0 additions & 13 deletions pkg/deploy/generator/scripts/rpVMSS.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ main() {
azure-security
podman
podman-docker
firewalld
openssl-perl
# hack - we are installing python3 on hosts due to an issue with Azure Linux Extensions https://github.com/Azure/azure-linux-extensions/pull/1505
python3
Expand Down Expand Up @@ -103,18 +102,6 @@ DB /var/lib/fluent/journaldb
Match journald
Rule ${LOGKIND:-} ifxaudit ifxaudit false
[FILTER]
Name rewrite_tag
Match journald
Rule $LOGKIND outboundRequests outboundRequests false
[FILTER]
Name modify
Match outboundRequests
Remove CLIENT_PRINCIPAL_NAME
Remove FILE
Remove COMPONENT
[OUTPUT]
Name forward
Match *
Expand Down
1 change: 0 additions & 1 deletion pkg/deploy/generator/scripts/util-services.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ ExecStart=/usr/bin/docker run \
-e ARO_INSTALL_VIA_HIVE \
-e ARO_HIVE_DEFAULT_INSTALLER_PULLSPEC \
-e ARO_ADOPT_BY_HIVE \
-e USE_CHECKACCESS \
-e OIDC_AFD_ENDPOINT \
-e OIDC_STORAGE_ACCOUNT_NAME \
-m 2g \
Expand Down

0 comments on commit dde1f48

Please sign in to comment.