esc
esc copied to clipboard
Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
Reorders the test output so both json outputs are displayed together. Perhaps subjective, but having the two JSON outputs together in the file is a lot easier to read through...
If the environment passed to `run` produces no environment variables (i.e. contains no `environmentVariables` or `files` properties) and the command passed to `run` does not contain interpolations, `run` should produce...
Kubernetes supports OIDC. It would be great if I could create an environment that could issue short term credentials that enable `esc run -- kubectl apply ...`.
It would be great if you could generate types based on the environment schema
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
At the moment environments are evaluated serially in depth-first order. This could be problematic for environments with a large number of `fn::open`s that perform I/O. We could speed things up...
When validating a value (and likely a schema) against the `Never` schema, validation fails silently. We should instead issue an error.
We have heard asks for support for pulling configuration and secrets from CloudFlare Workers Secrets. Doing this would enable CloudFlare Workers Secrets to be the source of truth, but to...
See the various `env_*.go` files under `cmd/esc/cli`: https://app.codecov.io/gh/pulumi/esc/tree/main/cmd%2Fesc%2Fcli