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

IAM IP address restriction #1780

Closed
hkantare opened this issue Aug 6, 2020 · 1 comment
Closed

IAM IP address restriction #1780

hkantare opened this issue Aug 6, 2020 · 1 comment
Assignees

Comments

@hkantare
Copy link
Collaborator

hkantare commented Aug 6, 2020

Need to be able to restrict users IP address https://cloud.ibm.com/docs/iam?topic=iam-ips

@hkantare hkantare assigned hkantare and umarali-nagoor and unassigned hkantare Aug 6, 2020
@hkantare
Copy link
Collaborator Author

Available support in latest release

https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.10.0

But we are looking into the issue

New version of terraform v1.10.0 introduced the ibm_iam_user_settings resource where you can do IAM IP address restriction.
https://github.com/IBM-Cloud/terraform-provider-ibm/releases/tag/v1.10.0
I tested it out by trying to apply an allowed IP list to a user within Mac's account but got the following:
Error: Request failed with status code: 403, ServerErrorResponse: {"trace":"88991968815","errors":[{"code":9999,"message":"Current user does not have access to team directory.","more_info":" "}]}
I tested it using a user in my own account and it worked. I was able to do it via the UI so I have the allowed permissions.

umarali-nagoor added a commit to umarali-nagoor/terraform-provider-ibm that referenced this issue Aug 12, 2020
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

2 participants