0
I’m uploading my application to the aws servers. When I run the application locally it works perfectly, but when I test it in the cloud I get the following error.
The parameter 'Clienteid' is my key to login with Google, and this key is in the file Secrets.json.
I do not know how to continue, because as I said locally the application works
Have you considered going to the
appsetings.json
and pull from there at startup?– Leandro Angelo
Yes, I managed to do that.
– Matheus
So you failed to implement the secret manager of aws?
– Leandro Angelo