Pat Gavlin

Results 73 comments of Pat Gavlin

Hah, interesting. The following should work: ```console $ esc env set dosu/staging --secret pulumiConfig.app:GH_APP_ID '"1234"' ```

This problem has deep roots in the programming model, and I want to offer some context for the behavior. There are three kinds of Pulumi operations: 1. `pulumi up` 2....

Closing this as a duplicate of https://github.com/pulumi/pulumi/issues/4981. We'll use that issue to track further progress on workarounds and solutions for the core problem.

> > A few questions here: > > > > * How will we keep the SDK up to date? > > Code gen does a lot of the heavy...

> Thanks for digging into this, Pat! > > > `pulumi/pulumi/sdk` could then freely depend on `pulumi/esc` and `pulumi/pulumi/pkg` could depend on `github.com/pulumi/esc/cmd/cli`, all without circularity. > > This would...

Hi! Can you describe what you mean by "encryption provider"? For example, are you looking to be able to log in to Bitwarden from ESC via OIDC? Or are you...

Which editor are you using? Guessing that this is via any editor--the web UI or `esc env edit`--and is probably related to the pipeline we use to encrypt/decrypt secrets.

I can't repro this using `esc env init`/`esc env edit` with `vim`. - I created an empty environment using `esc env init` - I edited the environment using `esc env...

okay, we have a repro. choice of editor matters, as the repro only hits if there are actual spaces in the blank line: https://github.com/pulumi/esc/pull/218

I think that we should not do this for now and just document the behavior.