This message was deleted.
# general
s
This message was deleted.
e
config doesn't get committed to the s3 bucket, it's part of the Pulumi.<stack>.yaml files so you just need secrets access not state access.
b
Weird. Every time, we are trying to add a secret we need to make sure that we are able to connect to the s3 bucket.
e
I think the program flow always tries to get the stack data but its just to confirm the stack name is valid. You could trick it by just logging into --local creating a stack of the same name, running "config set" and then switching back to the real backend. If you want to raise an issue to discuss this we could see about maybe having a sort of "-no-validate-stack-name" mode or something?
b
awesome! I will try to open something tomorrow
@echoing-dinner-19531 we are using awskms as the secret provider so that would explain why