close
Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
58 views

I have one hashicorp vault instance running in a container. My app authenticates against this with approle auth, and requests the secrets at runtime. The secrets include keys that can not be created ...
Jack Potter's user avatar
1 vote
1 answer
54 views

I want to create a workflow that can be manually triggered. It has multiple ssh private keys stored as secrets, and the user could choose any of them by passing their name into one of the workflow's ...
taughtmarci's user avatar
-1 votes
2 answers
424 views

I am working on a Python sample code for the first time. This is about how to retrieve secrets from Hashicorp Vault secrets manager API; hvac.client.secrets.kv.v2, my code is as follows: # 1. Setup ...
Ana's user avatar
  • 1
0 votes
0 answers
284 views

I'm deploying a .NET 9 API to Azure Container Apps using GitHub Actions. I want to inject a database connection string as an environment variable using a secret reference. My GitHub workflow sets the ...
SDG6's user avatar
  • 103
0 votes
1 answer
206 views

I have a secret key stored in Jenkins Secret String. I am trying to set it as environment variable, however, it doesn't work withCredentials([string(credentialsId: 'SECRET_KEY', variable: 'SECRET_KEY')...
Patlatus's user avatar
  • 1,681
0 votes
1 answer
153 views

I have an issue deploying Firebase Functions using Github Actions after making 2 changes : upgrading my functions from 1st Gen to 2nd Gen switching to use Firebase Secrets instead of functions config ...
Guillaume Prévost's user avatar
2 votes
0 answers
107 views

I was checking sonarqube community edition 25.3.0 on macos x86_64 and found that secret detection does not work . can someone please clarify if secret detection is available in community edition ? if ...
Ripunjay Godhani's user avatar
1 vote
0 answers
604 views

I have an environment file .env for my bruno collection. There I defined one envirnoment variable called API_KEY. The value of this variable is a reference to a 1Password secret e.g. op://Private/...
Luca's user avatar
  • 121
0 votes
0 answers
277 views

I'm implementing a "Contact Us" email functionality where I need environment variables for sensitive information such as a username and password for email authentication PRIVATE_KEY and a ...
Nicholas Meyer's user avatar
-1 votes
1 answer
346 views

I have a Node.js app running inside a Docker container on an EC2 instance. The app uses environment variables. I found that AWS Parameter Store is recommended for securely managing secrets, so I ...
Andrii Ch's user avatar
0 votes
1 answer
437 views

I have a .env file of many of the secrets used in a python container running on GKE, but os.getenv() always returns None. Is it possible to load these secrets into GKE, where they can be accessed by ...
thegamebegins25's user avatar
0 votes
0 answers
1k views

How is the Flux valuesFrom applied on the chart? It seems that valuesFrom will not override existing values in the Helm chart values.yaml. See example below. When I check the release then it shows the ...
Max Koschnick's user avatar
0 votes
1 answer
945 views

I have a React Native application created with Expo and use Expo EAS Build for my preview and production builds. I have three environment variables: EXPO_PUBLIC_API_URL: This changes based on whether ...
Ale's user avatar
  • 2,384
0 votes
2 answers
310 views

We are looking to configure our SecretsManager instances via Cloudformation/CDK. Based on what we've read, SecretsManager recommends using their generate secrets function. Unfortunately, we can't use ...
froi's user avatar
  • 7,948
0 votes
0 answers
676 views

I am trying to put all of an app's secrets into a single file. Previously, each secret had its own file, like this: .secrets/ ├── .allowedhosts ├── .key └── .passwd Accordingly, the docker-compose....
CoffeeBasedLifeform's user avatar

15 30 50 per page