Top "Credentials" questions

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

How to authenticate with a Google Service Account in Jenkins pipeline

I want to use gcloud in Jenkins pipeline and therefore I have to authenticate first with the Google Service account. …

authentication jenkins jenkins-pipeline credentials gcloud
Bing maps API key (credentials)

is there anyway to protect the Bing maps API key from being exposed to the client?

api bing-maps credentials
netTcpBinding without Windows credentials?

I've got a machine-control application where I have a single client computer and five server boxes communicating on the machine …

wcf credentials nettcpbinding
How do I store a MFA credential in Powershell

Under Basic authentication you used to be able to store credentials in a variable $cred = Get-Credential Now we are using …

powershell variables credentials multi-factor-authentication
PowerShell IIS Set-WebConfigurationProperty - Locked ApplicationHost.config section

I am writing a PowerShell 3.0 installer for our web applications and web services and am getting tripped up when attempting …

powershell iis configuration credentials locked
HttpWebRequest DefaultNetworkCredentials give error 401

Im trying to request a url that require windows authentication using HttpWebRequest, I was using request.Credential = New NetworkCredential("username", "…

c# asp.net httpwebrequest credentials networkcredentials
Third Party Permission Username Paypal API Magento

I need to use paypal credentials (username, password, signature) for my magento2 store. For credentials, I logged in to my …

api paypal magento2 credentials express-checkout
Storing credentials in the Android app

How can we safely storing credentials data for access to the smtp-server in Android app? These data are constants and …

android encryption root credentials android-keystore
How to load AWS credentials in Jenkins job DSL?

I have the following DSL structure: freeStyleJob { wrappers { credentialsBinding { [ $class:"AmazonWebServicesCredentialsBinding", accessKeyVariable: "AWS_ACCESS_KEY_ID", credentialsId: "your-credential-id", secretKeyVariable: "AWS_…

amazon-web-services jenkins groovy credentials jenkins-job-dsl