This message was deleted.
# general
s
This message was deleted.
r
The configuration keys for setting up a secret provider are
secretsprovider
and
encryptedkey
(no capitalization) - your settings as written in your config file are not registering and the service is attempting to create a key for you.
You can also initialize the stack with the
--secrets-provider
flag and it will set the correct properties: https://www.pulumi.com/docs/concepts/secrets/#aws-key-management-service-kms
g
ok wait .. lemme double check that, hopefully its a simple error..
🤦‍♂️
so the automation API interface uses the camelcase… i wonder why
r
automation api uses the convention of the language. in ts that might be
secretsProvider
, in python it'll be
secrets_provider
, in go it'll be
SecretsProvider
, etc.