-
Notifications
You must be signed in to change notification settings - Fork 178
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
error getting project 403 (request IP_ADDRESS_NOT_ON_ACCESS_LIST) even if whitelisted IP #1048
Comments
@divyangjp Would you have a bit more terraform example of your module to try to recreate this structure ? |
@martinstibbe
|
@divyangjp I was able to apply this terraform example so issue appears to be on Atlas configuration side of Organization API key ... my key is setup like this as an example in Organization Access Manager/API keys section of Atlas Portal
|
@martinstibbe |
Thanks @divyangjp can you share more details on "The existing API key is not working from terraform" and concerns if that happens with application? I'm glad new key worked, suggested for existing API Key you add "0.0.0.0/1" and "128.0.0.0/1" to IP Access List to properly open to entire world if that is what you trying to do. Happy to help if you need anything else here. |
@divyangjp closing this issue as you appear to be unblocked, but feel free to re-open if you need anything else |
Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
# Copy-paste your configuration info here
Steps to Reproduce
Expected Behavior
Using environment variables
MONGODB_ATLAS_PUBLIC_KEY
andMONGODB_ATLAS_PRIVATE_KEY
for authIP address already whitelisted. Tried with world access (
0.0.0.0/0
) to see if that resolves issue. But no successterraform plan
successfulActual Behavior
terraform plan
failing with below errorDebug Output
Crash Output
Additional Context
References
The text was updated successfully, but these errors were encountered: