gorgeous-pillow-13604
05/08/2025, 5:10 PMstocky-restaurant-98004
05/08/2025, 10:36 PMgorgeous-pillow-13604
05/09/2025, 5:23 PMsecrets/integration
with:
values:
1password:
secrets:
fn::open::1password-secrets:
login:
serviceAccountToken:
fn::secret:
ciphertext: [redacted]
get:
auth_jwk_private:
ref: <op://Infrastructure/integration.auth/JWK_PRIVATE>
secrets:
auth.jwk_private: ${1password.secrets.auth_jwk_private}
And within ESC if I open and show secrets, it displays how I want.
But back in my Pulumi.integration.yaml I just have the following:
environment:
- secrets/integration
But when I run pulumi config
I get:
KEY VALUE
pulumi:tags {"pulumi:template":""}
The stack's environment does not define the `environmentVariables`, `files`, or `pulumiConfig` properties.
Without at least one of these properties, the environment will not affect the stack's behavior.
Thoughts?gorgeous-pillow-13604
05/09/2025, 5:31 PMpulumiConfig:
secrets:
auth.jwk_private: ${1password.secrets.auth_jwk_private}