You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to create a service account with the doppler_service_account, but is there a way to create an API token for the service account? I couldn't find it in the documentation or the source code.
Having more specific documentation for the workplace_permissions param on the doppler_service_account resource would also be nice. I was able to get the actual values by making a request from the web app and inspecting the payload.
The text was updated successfully, but these errors were encountered:
@cris-santos There isn't currently an API for creating Service Account Tokens programmatically (and thus, not an option to do it via the Terraform provider either). We do have plans to add support for this though!
It's possible to create a service account with the
doppler_service_account,
but is there a way to create an API token for the service account? I couldn't find it in the documentation or the source code.Having more specific documentation for the
workplace_permissions
param on thedoppler_service_account
resource would also be nice. I was able to get the actual values by making a request from the web app and inspecting the payload.The text was updated successfully, but these errors were encountered: