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

Authorization Issue Creating Storage Account Containers #7

Open
bamesa opened this issue Sep 8, 2023 · 2 comments
Open

Authorization Issue Creating Storage Account Containers #7

bamesa opened this issue Sep 8, 2023 · 2 comments

Comments

@bamesa
Copy link

bamesa commented Sep 8, 2023

The firewall rule below is causing a 403 when terraform is attempting to create the storage containers for azure, azuread, defender, and intune.

This behavior occurs when the terraform is executed from cloudshell, it appears the IP set to the firewall does not align with that of the cloudshell client.

ip_rules = length(local.azure.mgmtips)>0 ? local.azure.mgmtips : [dependency.currentip.outputs.public_ip]

@ryanfaircloth
Copy link
Contributor

Run these three commands confirm the ip shown is the same on all 3

curl https://api.bigdatacloud.net/data/client-ip
curl https://ipv4.seeip.org/jsonip
curl https://ifconfig.me/all.json

@dulfer
Copy link

dulfer commented Sep 12, 2023

Same problem here.
Ran the 3 commands and can confirm all IPs are identical.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants