`git-secret` is a bash tool to store your private data inside a git repo. How’s that? Basically, it just encrypts, using gpg, the tracked files with the public keys of all the users that you trust.
Questions tagged [git-secret]
19 questions
0
votes
1 answer
Jenkins CI / CD on an Open Source Github project with confidential properties files
I'm struggling on doing Jenkins CI/CD pipelines for an Open Source project which has a set of confidential .properties files.
The .properties files are necessary for maintainability in a Spring boot project, and some of the .properties files are…

OOD Waterball
- 707
- 1
- 11
- 31
0
votes
1 answer
remove git secrets from Ubuntu
I have added git secrets to ubuntu(16.04 LTS) and it was working fine until I was executing these commands,
git secrets --register-aws
git secrets --install ~/.git-templates/git-secrets
git config --global init.templateDir…

Isuru Amarathunga
- 2,127
- 1
- 20
- 20
-1
votes
1 answer
Can We Access Github secrets variable in our firebase cloud functions at run time? if Yes, Please explain the process with example
function GetPolicy(timeoutSeconds=60, maxInstances=15){
let config = functions.config()
let enviornment = config.app.enviornment;
if (enviornment == 'local') {
return {
timeoutSeconds: …

Rohit
- 9
- 2
-1
votes
1 answer
EDIT: iam still need the help : how can i add an secret object into a git secrets and make my app read it once i deploy the yaml file?
can someone help me? I have a repository having some YAML files like deployment_app.yaml, and a secret object.
the pod inside the deployment_file must read the secret object during the deployment process and I wanna save the secret object into a git…

ask stack
- 1
- 4