This message was deleted.
s
This message was deleted.
b
Hey @bitter-application-91815 I'm not following. so you created a stack (on the Pulumi SaaS) and now that your stack includes secrets, the secret is returned encrypted
right?
b
yes, how do i decrypt the secret ?
b
pulumi config --show-secrets
that should do it
it's decrypted by the SaaS so doesn't require a passphrase
b
ah so i need to add that secret to the stack config i presume
?
all i get now
Copy code
ronoc@gunther:~/source/watchly/service/cloud/aws/development$ pulumi config --show-secrets
KEY              VALUE
aws:region       eu-west-1
pulumi:template  aws-go
@broad-dog-22463 not sure, how to proceed, the secret is not shown when i do
pulumi config --show-secrets
b
@bitter-application-91815 are you available to jump on a call quickly?
b
sure one sec
on slack ?
b
I can DM you a zoom link if thats ok?
b
perfect
Magic Paul, thanks for the help. sorted,
b
👍 any time!
b
I got this
One other thing @broad-dog-22463, i did an
up
earlier to change some user-role policy permissions, for some reason the system went about doing routetable updates also, hadn't made any changes to routetabling, and one of them failed. The change to the userpolicy was applied though
Copy code
+   aws:iam:UserPolicy allow-s3-management-policy                          created
~   aws:ec2:RouteTable axiom-private-subnet-1-routetable-cloud-development updated
~   aws:ec2:RouteTable axiom-private-subnet-2-routetable-cloud-development updated
 
Diagnostics:
 
axiom/Development/axiom-cloud (pulumi:pulumi:Stack)
error: update failed
 
axiom-private-subnet-3-routetable-cloud-development (aws:ec2:RouteTable)
error: 1 error occurred:
	* updating urn:pulumi:axiom-cloud::Development::aws:ec2/routeTable:RouteTable::axiom-private-subnet-3-routetable-cloud-development: 1 error occurred:
	* error creating route: RouteAlreadyExists: The route identified by 0.0.0.0/0 already exists.
	status code: 400, request id: 9f4967da-33d6-4550-a501-edb2088c723e



 
Resources:
    + created 1
    ~ updated 2
    58 unchanged
 
Duration: 27s