credentials Questions

3

Solved

here is my problem : I try to use the Credential Management API to access to authenticators on my webapp : navigator.credentials.create() and navigator.credentials.get(). I have no problem when I...
Current asked 3/5, 2019 at 14:13

5

Solved

I am trying to save a user's facebook credentials to Google Smart Lock, but I am having difficulty testing. I was able to display the prompt to save once, but after I went into my saved passwords (...

5

Solved

Consider the following code. In the event that an exception occurs, the trace (which will be logged and stored in a database) will include the sensitive password data. How can sensitive data in cas...
Mccay asked 18/6, 2021 at 22:24

3

Solved

I have a set of roles that I need to install with ansible-galaxy. - src: 'https://gitlab.private/role-openstack-net.git' scm: 'git' version: '1.0.0' name: 'role-openstack-net' - src: 'https://...
Ghazi asked 9/4, 2018 at 15:59

14

I have installed Elastic with Docker: docker run -p 9200:9200 \ -p 9300:9300 \ -e "discovery.type=single-node" \ docker.elastic.co/elasticsearch/elasticsearch:5.6.2 But curl localhos...
Conformal asked 8/10, 2017 at 5:56

10

Solved

I have a system where I'm trying to run the docker logincommand, it is a headless linux system, but unfortunately only the Docker Credentials Helper docker-credential-secretservice is installed. T...
Sofia asked 15/3, 2019 at 17:35

28

Solved

I use an example from here in order to retreive a secret from AWS SecretsManager in C# code. I have set credentials locally via AWS CLI, and I am able to retreive secret list using AWS CLI command ...
Profanity asked 23/3, 2020 at 14:1

2

Solved

I found out there are lot of ways to store it as variables, hooks and other ways using encryption. I would like to know what's the best way to do it.
Potboy asked 4/11, 2018 at 23:24

14

Solved

I am running a docker login command as a part of the Bamboo build job. The command text is obtained by aws ecr get-login call and executed in a subshell. This command fails with Error saving crede...
Gelatinize asked 14/3, 2017 at 13:48

15

Solved

I ran: $ git config credential.helper store And then: $ git push origin master After pushing, I entered my credentials and they were saved. I read that they are stored in plaintext, and so now I ...
Tortola asked 29/5, 2017 at 16:24

6

I have a Jenkins pipeline with multiple stages that all require the same environment variables, I run this like so: script { withCredentials([usernamePassword(credentialsId: 'COMPOSER_REPO_MAGENT...
Access asked 10/1, 2018 at 8:5

41

Solved

I'm working with several repositories, but lately I was just working in our internal one and all was great. Today I had to commit and push code into other one, but I'm having some troubles. $ git...
Hoar asked 13/3, 2013 at 9:20

5

Solved

I simply want to query the Credentials Store (or Vault as it is called in Windows 8) and get the login data. MSDN is really unhelpful in this case, and I also do not want any C++ P/Invoke appr...
Leonie asked 19/7, 2013 at 8:26

10

I have android application that has hard coded (static string constants) credentials (user/pass) for sending emails via SMTP. The problem is that .dex file in .apk can be easily reverse-engineered...
Centric asked 15/9, 2011 at 18:57

25

Solved

Trying to access private corporate tfs. They gave me access by giving appropriate rights to windows user (domain\login). I'm fine with accessing web interface of tfs, browse repository and stuff. ...
Busterbustle asked 19/7, 2018 at 13:33

34

Solved

I want to use a push and pull automatically in Git Extensions, Sourcetree or any other Git GUI without entering my username and password in a prompt, every time. So how can I save my credentials in...
Evangel asked 11/3, 2016 at 14:29

17

I have Ubuntu 20.04 and I have tried using docker login to log in in terminal, but got: docker login Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker I...
Guarino asked 6/4, 2022 at 16:48

4

We're planning a secure Node.JS server, which uses several third-party web services. Each requires credentials that will need to be configured by the operations team. Clearly they could simply put ...
Ethanol asked 9/10, 2014 at 15:25

3

I am wondering if it's possible to store credentials like passwords, tokens and keys safely in my GitLab project. Currently there are a bunch of Java files with some passwords stored in it for tes...

3

Solved

I know I can save password to the file: Read-Host "Enter Password" -AsSecureString | ConvertFrom-SecureString | Out-File $passwordfile and read it from file: $secpasswd = (Get-Content $password...
Sauers asked 13/10, 2016 at 19:19

15

Solved

Copy/pasting my username and password into the Docker Hub website works fine. The password is long, but does not contain shell-breaking symbols. Copy/pasting those same credentials into command-l...
Followthrough asked 29/11, 2016 at 17:55

11

Solved

I am running Gitblit on a Windows Server and am trying to push data to a repository from another machine on the network. I have used a SSL certificate (not self signed, but I think signed by my com...
Inamorato asked 16/10, 2013 at 20:46

8

Solved

I've specified wrong credentials, which then were remembered. How do I make NuGet forget it?
Baize asked 23/10, 2017 at 13:54

3

Looking for some AzureAD help with this error - "error": "invalid_request", "error_description": "AADSTS50146: This application is required to be configured with an application-specific signin...
Dosh asked 17/12, 2019 at 23:17

2

I'm creating a flutter app and use Firebase Auth, everything works just fine including Facebook and Google sign ins, however, once password reset link is sent via email, it shows up as already expi...
Asper asked 18/9, 2018 at 9:41

© 2022 - 2024 — McMap. All rights reserved.