Top "Credentials" questions

Credentials in information systems are widely used to control access to information or other resources.

Jenkins pipeline - ssh to different machine and where to store credentials (using ssh/SSHAgent plugin/etc...)

TLDR: how to ssh a different machine and where to store ssh credentials on Jenkins pipeline (using ssh / SSHAgent plugin /…

jenkins ssh jenkins-pipeline credentials ssh-agent
Setting up mod_proxy to pass http authentication to server

I have a problem configuring Apache as a proxy server. At the moment I access a MS Sharepoint installation using …

apache proxy credentials http-authentication
What is the difference between login and credential in SQL server 2008?

I am a bit confused SQL server windows login and credential. On books online, it says that credential can access …

sql-server login credentials
Verify domain credentials at command line

Is there a windows command that will allow me to verify a domain account/password?

windows command-line login dns credentials
PowerShell - Get-Credential decode password?

I want to use the Get-Credential cmdlet in my code. How is is possible to decode the password easily back …

powershell credentials system.security
save PSCredential in the file

I know I can save password to the file: Read-Host "Enter Password" -AsSecureString | ConvertFrom-SecureString | Out-File $passwordfile and read it from …

powershell credentials
How to use multiple credentials in withCredentials in Jenkins Pipeline

I have the following step in my declarative jenkins pipeline: I create script which comes from my resources/ folder using …

jenkins jenkins-pipeline credentials
Where is my remote git repository password stored on the local machine?

I have a git repository set up on bitbucket $ git remote -v origin https://[email protected]/myusername/my_repository_…

git credentials credential-manager
Domain credentials for a WebClient class don't work

I'm trying to get a HTML source of a website through C# code. When I access the site with Windows …

c# .net windows credentials windowsdomainaccount
Locally reading S3 files through Spark (or better: pyspark)

I want to read an S3 file from my (local) machine, through Spark (pyspark, really). Now, I keep getting authentication …

authentication amazon-s3 apache-spark credentials pyspark