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
Setting the sensitive values (tokens) directly in the terraform script is not secure, as it can be accidentally pushed and potentially leak the secrets. Therefore, the suggested and more secure way to set up the provider will be to use env variables OP_SERVICE_ACCOUNT_TOKEN to use service accounts and OP_CONNECT_TOKEN to use Connect.
We need to update the documentation to reflect this.
The text was updated successfully, but these errors were encountered:
Currently, in the documentation we provide either this example to set up provider
or this
Setting the sensitive values (tokens) directly in the terraform script is not secure, as it can be accidentally pushed and potentially leak the secrets. Therefore, the suggested and more secure way to set up the provider will be to use env variables
OP_SERVICE_ACCOUNT_TOKEN
to use service accounts andOP_CONNECT_TOKEN
to use Connect.We need to update the documentation to reflect this.
The text was updated successfully, but these errors were encountered: