esc icon indicating copy to clipboard operation
esc copied to clipboard

Pulumi ESC (Environments, Secrets, and Configuration) for cloud applications and infrastructure.

Results 126 esc issues
Sort by recently updated
recently updated
newest added

## 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...

kind/enhancement

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...

impact/no-changelog-required

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...

kind/enhancement

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 ...`.

kind/enhancement

It would be great if you could generate types based on the environment schema

kind/enhancement

## 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...

kind/enhancement

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...

kind/enhancement

When validating a value (and likely a schema) against the `Never` schema, validation fails silently. We should instead issue an error.

kind/engineering

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...

kind/enhancement

See the various `env_*.go` files under `cmd/esc/cli`: https://app.codecov.io/gh/pulumi/esc/tree/main/cmd%2Fesc%2Fcli

kind/engineering