Questions tagged [credentials]
7 questions
14
votes
2 answers
How to store credentials that are required by an application?
Everyone is saying that storing credentials in version control (git) is a bad thing. So there must be other ways to store credentials which are much better.
An application must receive credentials from somewhere to use services it depends on. These…
Evgeny Zislis
- 9,023
- 5
- 39
- 72
6
votes
2 answers
How do we encrypt credentials in Jenkins console output
I can see credentials in Jenkins console output. How can we encrypt them? The "Mask Passwords plugin" is considered as not safe in my case.
RTenda
- 61
- 1
- 2
3
votes
2 answers
How do I expire users credentials for Kubernetes in Azure?
I am looking for information on how to forcefully expire users credentials in Azure Kubernetes Service (AKS). The reason is to better understand Security models and protecting Kubernetes deployments from unauthorized access.
Scenario: You are an…
Steven K7FAQ
- 666
- 1
- 5
- 13
2
votes
1 answer
AWS Credentials - What are multi region user/role management best practices?
In the past, I've usually had separate accounts for each region that I've worked in. These accounts had different IAM roles/etc, so there was very little chance I'd inadvertently mess up region A when working on region B and vice versa.
Recently,…
John Humphreys
- 1,570
- 7
- 18
1
vote
1 answer
Host credential manager and Docker runners
Imagine you have a GitLab Docker runner which you would like to pass credentials from a credential store. That is the CI/CD variable just designates the credentials profile name.
Is there a way to connect Docker containers to host's credential…
Ta Mu
- 6,792
- 5
- 43
- 83
0
votes
1 answer
Jenkinsfile credential as paramter unable to use it
I am trying to use the credentials parameter for a git clone. But i am getting the error that the variables are not found
Param definition
credentials (credentialType: 'Username with password', defaultValue:…
Vini
- 121
- 6
0
votes
1 answer
git reflog is showing plain text password used
We are using Jenkins Freestyle Project to push the changes on the remote server. We are executing shell script on remote host using ssh for it. To pull the changes on remote host, we are using origin url with git username and git password. The…
Derek
- 1