Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
p
prehistoric-kite-30979
09/29/2021, 3:17 PM
It appears that this line of code doesn’t work as expected
https://github.com/pulumi/pulumi-kubernetes-operator/blob/master/pkg/controller/stack/stack_controller.go#L874
If I run a pulumi stack output I can see my secrets are redacted, but they are still in the clear in the stack status.
s
sparse-park-68967
09/30/2021, 2:16 AM
Hmmm we have a test for this...:
https://github.com/pulumi/pulumi-kubernetes-operator/blob/master/test/stack_controller_test.go#L250
The test runs this program:
https://github.com/pulumi/pulumi-kubernetes-operator/blob/master/test/testdata/empty-stack/index.ts#L9
p
prehistoric-kite-30979
09/30/2021, 8:01 PM
might this differ between s3 vs pulumi backend?
#pulumi-kubernetes-operator
Join Slack