-
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
How do I create Organization API Key with Organization Billing Admin permission and Project Read Only for projects #1278
Comments
Thanks for opening this issue. The ticket INTMDB-898 was created for internal tracking. |
Hi, as part of 1.10.0, we've consolidated management of Programmatic API keys in the In addition, we have a number of examples in https://github.com/mongodb/terraform-provider-mongodbatlas/tree/master/examples/atlas-api-key - feel free to reach out if there's a particular example or clarifiication thats needed here. |
Thanks for your advice. I understand the process of migrating existing API key based on the suggested document. |
We have the same issue. |
Thanks for the additional context. We're currently investigating & looking into a fix here. Please follow the linked ticket for more details. |
shirakiya just as an update this is on our roadmap, but still several quarters away. will leave this github issue open in the interim. internal tracking ticket CLOUDP-192770 |
Issue has since been resolved CLOUDP-192770! closing this issue and feel free to open new ticket in case you need anything else. thank you |
Updating this issue as it is still relevant. For context this issue did have a PR that was merged #1369 but then reverted #1416 due to a limitation encountered at that time. We currently have the following internal ticket CLOUDP-215112 (alias to INTMDB-898) to track work related to this limitation. |
Until 1.10.0, I create an organization API key using
mongodbatlas_api_key
andapi_keys
parameter ofmongodbatlas_project
to get the organization API key with "Organization Billing Admin" permission and "Project Read Only" permission for multiple projects as following.In the mongodbatlas provider 1.10.0,
api_keys
ofmongodbatlas_project
is deprecated, andmongodbatlas_project_api_key
comes. I'm suremongodbatlas_project_api_key
and itsproject_assignment
cannot create such API key. How do I create it after 1.10.0?Terraform CLI and Terraform MongoDB Atlas Provider Version
Terraform Configuration File
# Copy-paste your configuration info here
Steps to Reproduce
Expected Behavior
Actual Behavior
Debug Output
Crash Output
Additional Context
References
The text was updated successfully, but these errors were encountered: