credentials Questions
1
I'm trying to request the user to enter credentials on the secure desktop, but I can't find a way to decrypt the resulting authentication buffer:
The credentials are obtained with:
CREDUI_INFO cu...
Vicenta asked 19/1, 2012 at 13:32
1
I try to save file on a Samba server but get the error:
jcifs.smb.SmbAuthException: Logon failure: unknown user name or bad password.
at jcifs.smb.SmbTransportImpl.checkStatus2(SmbTransportImpl.ja...
Wurster asked 30/6, 2023 at 20:9
2
In the .docker/config.json there is the credStore attribute, which apparently the documentation is meant to point to an external credential store like the native keychain of an OS, to look out for ...
Cautionary asked 1/11, 2021 at 20:53
1
Suppose I have 5 Google accounts (gmail accounts). Is there a way to create multiple application default credentials (ADC), one for each Google account, and specify which one to use to GCP SDK?
gcl...
Pachyderm asked 11/1, 2022 at 8:37
2
Solved
Is there a way to programmatically add secrets to config/credentials.yml.enc in Rails 5.2?
Pushing the credentials.yml.enc to the repository for internal use may be fine, but as soon as the app is...
Roundly asked 13/5, 2019 at 19:48
1
I'm trying to store my git credentials using libsecret on Ubuntu 20.04. I followed these instructions:
sudo apt-get install libsecret-1-0 libsecret-1-dev gnome-keyring
sudo make --directory=/usr/sh...
Turnspit asked 3/9, 2021 at 14:42
22
I want to access a URL which requires a username/password. I'd like to try accessing it with curl. Right now I'm doing something like:
curl http://api.somesite.com/test/blah?something=123
I get ...
Unguentum asked 7/4, 2010 at 18:22
14
Solved
I am using Git Bash on Windows 7. We are using GitHub as our repository origin.
Every time I push or pull I have to provide user and password credentials. I know that my SSH keys are set up correc...
Grebe asked 12/1, 2012 at 18:44
2
Solved
I'm trying to connect to microk8s cluster from remote host using kubectl
kubectl config view
result:
apiVersion: v1
clusters:
- cluster:
insecure-skip-tls-verify: true
server: https://ip:16443
...
Shirl asked 7/9, 2020 at 16:11
1
Unlike python pip, R seems to expose credentials configured for private R repositories defined in the .Rprofile. I suppose this is due to R treating the string as a URL.
local({r <- getOption("...
Pavlov asked 13/2, 2020 at 17:2
4
Solved
I recently created a second GitHub account two separate my work and my private projects (before, I only had the work account).
I use https in combination with the Windows credential storage. To aut...
Raphaelraphaela asked 24/1, 2018 at 10:39
4
Solved
I want to automate our Release process and I have a following Jenkins build job for a Maven project:
Cloning a Git repo with configured Jenkins Credentials (username/password)
Executing some Mave...
Cryosurgery asked 15/8, 2016 at 16:4
0
I have been trying to put my rails credential keys into a environment variable. The Rails Guide says:
Rails uses config/master.key or alternatively looks for the environment variable "RAILS_MA...
Markitamarkka asked 10/1, 2023 at 1:32
15
Solved
Every time I want to config something with AWS I get the following error :
"The config profile (myname) could not be found"
like : aws configure
I'm using Python 3.4 and I want to use AWS CLI ...
Maui asked 7/12, 2015 at 13:35
5
Solved
I want to securely store a plaintext password on Windows PC. I am currently using DPAPI CryptProtectData to encrypt it, then store the encrypted blob in a file in user's local AppData.
In Windows...
Malleus asked 10/2, 2012 at 0:50
3
Solved
I am wondering what happens when I am logging to azure using az login behind the scenes. I am still logged on for a long time, meaning that something is stored on the machine that allows access.
Wo...
Kurrajong asked 1/9, 2021 at 9:16
2
Solved
This question is a follow up to this question
How to pass jenkins credentials into docker build command?
I am getting the ssh key file from jenkins credential store in my groovy pipeline and
passin...
Cramped asked 15/2, 2021 at 16:43
2
Solved
How is Unix socket credential passing accomplished in Python?
Unbroken asked 2/11, 2011 at 15:14
7
I'm using the commandline svn client (version 1.6.12, from the Ubuntu repos) and I can't seem to get it to cache my user credentials. I'm trying to access an https svn repository (something along t...
Lowelllowenstein asked 21/2, 2011 at 4:16
3
Solved
With the shut down of Less secure apps by Google on May 30, 2022, using Gmail with nodemailer now throws an error that says response: '535-5.7.8 Username and Password not accepted. Learn more at\n'...
Devolve asked 2/6, 2022 at 4:44
1
What is the native way to validate a set of user domain credentials (username, password, domain) against that domain?
In other words, i am looking for the native equivalent of:
Boolean ValidateCr...
Quiteri asked 17/3, 2015 at 21:38
1
Solved
I need to store login credentials with electron js because it doesnt save them like all browsers. I have seen a lot of questions like this, but I never found a solution. I have seen in the electron...
Rubicund asked 12/7, 2022 at 10:48
2
Question
How can I list all the commits that delete any file in the repo? (not a specific file, but all the commits that delete anything).
Context
We have a multiple-years-old repo and we plan to r...
Safranine asked 27/6, 2022 at 19:51
2
Solved
I am learning NextJS and NextAuth and have implemented a Credentials sign in with my own login page and it is working where the session object contains my user model (at the moment contains everyth...
Billfold asked 23/4, 2021 at 17:53
5
Solved
I need to open my database through PHP. But I need to know my username and the name of my host (e.g. localhost), and I don't know them.
When I used mysql and did my database, it just asked me direc...
Marya asked 25/2, 2010 at 16:5
© 2022 - 2025 — McMap. All rights reserved.