Integration with Upsun #5352
hedberg
started this conversation in
Feature Request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Feature description
Environment variable syncing to Upsun.com PaaS provider (created by Platform.sh).
An API for environment variables is available.
Why would it be useful?
The platform enables hosting of a wide range of applications but I haven't found a way to incorporate the Infisical CLI making secrets management hard to solve.
Additional context
https://proxy.upsun.com/docs/#tag/Environment-Variables/operation/list-projects-environments-variables
https://docs.upsun.com/development/variables.html
By default, project and environment variables are only added to the PLATFORM_VARIABLES environment variable. To expose a variable as its own environment variable (which to me is the desirable outcome) it has to be prefixed with env:.
For example, the variable env:foo creates an environment variable called FOO.
Beta Was this translation helpful? Give feedback.
All reactions