-
Notifications
You must be signed in to change notification settings - Fork 54
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
Use programmatic api keys for auth #84
Comments
Received the following in an email yesterday:
I switched out my user API tokens for programmatic ones in my provider and was able to use most of the resources except for creating new projects. As the documentation suggests here, you can't create new projects with the programmatic API keys.
I opened a support request to find out how we're supposed to create projects using the new programmatic API and basically, you can't:
tl;dr, programmatic keys already mostly work and where they don't work with creating new projects is an upstream issue. |
@xM8WVqaG how did you replace
with programmatic api key in your terraform configuration? |
The public half of the key goes in the
|
Update It's now possible to create projects using programmatic API tokens. I spoke to tech support, and although the documentation is yet to be updated, they confirmed that this change is now live. With this, as far as my incomplete testing can confirm, you are now able to use programmatic API tokens in place of personal tokens right now. |
Hi,
so I'm planning on using this provider. After looking at Atlas docs personal API keys are deprecated in favour of programmatic keys as per: https://docs.atlas.mongodb.com/reference/api/create-api-key/
Yet from what I can see provider requires both username and api key, am I right thinking that I need to create a personal key and at the moment its not possibel to use programmatic ones?
Thanks
The text was updated successfully, but these errors were encountered: