0

I want to add a secret to access my Mongo Atlas databases via my Cloud Run Managed application. I followed this guide: https://cloud.google.com/run/docs/configuring/using-secrets?hl=en

It described to first create the secrets - I did that

enter image description here

Then I have to add the secrets to my Cloud Run Service. However I can't find the option to do so. I only see the option to create "Environment Variables".

This is what I expect to find when following the documentation

enter image description here

But I can only see this

enter image description here

Do I miss to configure something to "activate" secrets beforehand for my Cloud Run Service?

xetra11
  • 7,671
  • 14
  • 84
  • 159

1 Answers1

3

Per the note on the top of that page:

Important: This feature is not available for Cloud Run (fully managed).

sethvargo
  • 26,739
  • 10
  • 86
  • 156