-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Does Infisical integrate with Digital Ocean's App Env variables #732
Comments
I think it's has been discussed here #673 But I don't think anyone's working on it though. |
@afrieirham Thanks for the response. I found out DO doesn't have an API to edit env variables. If it is something you are interested in you can vote and comment here. |
Oh wow didn't know that. Thank you for sharing that. In that case we need to wait for them to make the API available first. Otherwise it would be impossible to do the integrations. |
Wait I think it's available now here https://docs.digitalocean.com/reference/api/api-reference/#operation/apps_update Go to specs > services > envs |
Tested and verified, it works!
{
"spec": {
"name": "<YOUR_APP_NAME>",
"envs": [
{
"key": "DB_NAME",
"value": "infisical"
}
]
}
} Also tested, when the old env variable is not included in the array, it will be deleted. cc @dangtony98 I think this issue can be worked on if anyone's interested. |
Oh wow thanks for testing and verifying @afrieirham! — This is excellent news. I'll add it to the pinned integration issue so we can get some hands on it 😄 |
Working on this. |
@whoacowboy This feature has been merged is now live in production 😄 |
cc @fruneen |
amazing, thanks a lot 🚀 |
Wow, Thank you! |
Does Infisical integrate with Digital Ocean's App Environment Variables?
The text was updated successfully, but these errors were encountered: