5
Encrypted Environment Variable Secrets
planned
Activity
Newest
Oldest
Joseph Cooper
planned
Top recommendations
- Casinos Not On Gamstop
- Non Gamstop Casinos 2025
- Casinos Not On Gamstop
- Gambling Sites Not On Gamstop
- UK Casinos Not On Gamstop
- Non Gamstop Casinos
- Casino Sites UK
- Non Gamstop Casino Sites UK
- Meilleur Casino En Ligne France
- Casino Sites Not On Gamstop
- UK Online Casinos Not On Gamstop
- Non Gamstop Casinos
- Casino Not On Gamstop
- Best Casino Sites Not On Gamstop 2025
- Best UK Casino Sites
- Best Online Casino
- Meilleur Casino En Ligne
- Casinos En Ligne
Joseph Cooper
Hey Voters -
We are looking into building this soon. Right now we need to know how important it is to:
(a) ensure env vars are hidden for sensitive information, but can be revealed
(b) env vars should be 100% hidden (aka secrets) like secrets on github where you cannot get the value after you insert it
(c) Be able to reference values of other services (env vars as a reference) - an example: {{postgres.kinto.ADMIN_CONNECTION_STRING}} where
postgres
is the service and ADMIN_CONNECTION_STRING
is a kinto related env vars.Another example:
{{backendapi.envs.SENGRID_API_KEY}} where
backendapi
is the service and SENDGRID_API_KEY
is an env var within that service.Joseph Cooper
under review