python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Django + APP ENGINE (GAE) - No local .env or GOOGLE_CLOUD_PROJECT detected. No secrets found
i want to deploy in App Engine a Django app.
I created and configurate a SECRET MANAGER in GAE and when i want to get that secret from my SETTINGS.PY, it display the error 'No local .env or GOOGLE_CLO...
el jota
Votes: 0
Answers: 0
Possible to create an authorized Client from FirebaseAuth to access GoogleApis in Flutter Web?
I am trying to use the SecretManagerApi in my Flutter Web app.
This is what I got so far:
import 'package:googleapis_auth/auth_io.dart';
import 'package:googleapis/secretmanager/v1.dart';
...
final cl...
Christian
Votes: 0
Answers: 0
What is the Correct Way to Use Secret Manager in Firebase Cloud Function?
I started to add Secret Manager with a SECRET_NAME contains a certain password inside Cloud Function using Node.js. I tried both ways. First, adding Secret Manager using Console and another, adding Se...
Wege
Votes: 0
Answers: 1
Google Cloud Secret Coming Out As "(MISSING)"
I've got a cloud function that needs to install dependencies from a private pypi.
I've set up a secret called pypi_password for the project and given it the correct value.
I've set up a service accou...
Pavel Komarov
Votes: 0
Answers: 1