Skip to main content

Questions tagged [1password]

The tag has no usage guidance.

1password
0 votes
1 answer
29 views

Dynamically fetching the vaults secrets from 1Pass

How can I dynamically fetch the secrets from 1Password into Github action env variable? Tried the following to dynamically fetch the item name which is not replacing the $col2 value if the input param ...
user9635724's user avatar
0 votes
1 answer
38 views

When storing secrets within a Key Vault (Such as 1Password Developer Tools or Azure KeyVault), how do you properly protect the keyvaults secret?

When looking to avoid keeping secrets in code (so it doesn't get checked into source control) and having them encrypted in some fashion (so they're not exposed if a machine is compromised), I'm ...
Owen's user avatar
  • 3
0 votes
0 answers
41 views

Laravel login is stuck in an endless loop when the 1Password browser plugin is active

I received a problem report from a user. For them, the login page keeps loading endlessly. Upon closer inspection, I was able to reproduce it with the 1Password plugin. It seems to attempt to log in ...
Elbern's user avatar
  • 13
0 votes
0 answers
95 views

How to configure VS Code SFTP extension to work with 1Password SSH agent?

I'm trying to set up a new development environment using VS Code connecting to a DigitalOcean Droplet and use SFTP to sync files between my local machine and the remote server. However, I keep ...
headmeetwall's user avatar
0 votes
0 answers
68 views

Does 1Password Have API Access to Secrets?

While using Azure Key Vault, we follow the workflow below. Our .NET app: Has Key Vault client id and secret set in the ENV. These are the ONLY env vars it has other than ASPNETCORE_ENVIRONMENT. ...
VSO's user avatar
  • 12.4k
0 votes
0 answers
20 views

Input type 'Number' not recognized by 1password in extension both Edge & chrome

I have some input types (Number) & but the 1password doesn't recognizes the <input type="number">. But the input type number is working Sample code: <td class="...
Rubber's user avatar
  • 87
0 votes
0 answers
44 views

Improve Performance On Protected Routes

I'm building a SvelteKit, using Passage by 1Password for (auth docs). On a specific route and all its subroutes, I need to authenticate and ensure that the user is logged in. According to my profiler, ...
Safwan Samsudeen's user avatar
0 votes
1 answer
622 views

Why is 'git push' and 1Password not working?

I created a repository on GitHub.com, and cloned it locally with no issues. Then, I added folders and files to the repository and added all contents to the local repo with no issues. Finally, I ...
JaviQQ's user avatar
  • 1
3 votes
1 answer
173 views

Is there a way to use 1Password in combination with DDEV and colima?

I'd like to use the SSH agent feature of 1Password in combination with my DDEV projects that run with colima as its docker provider. That means that the DDEV web container is able to use the SSH keys ...
denis's user avatar
  • 1,463
1 vote
0 answers
76 views

1Password Passage Auth For iOS - Unclear Error Messaging

I receive this errors from the below implementation: error: The operation couldn’t be completed. (Passage.PassageASAuthorizationError error 5.) ASAuthorizationController credential request failed with ...
apps outloud's user avatar
1 vote
1 answer
201 views

1Password passkey no rawClientDataJSON

iOS 17 support third party password manager such as 1Password to store and use passkey. For iCloud passkey, it is able to obtain rawClientDataJSON from ...
Kit's user avatar
  • 2,380
1 vote
0 answers
23 views

Change Firebase auth app name for 1Password

I'm using Firebase to enable Google/etc. sign-in. Having configured the public-facing name of the app, it looks just fine: But with 1Password running (in Chrome), after logging on I get a ...
KT_'s user avatar
  • 1,067
0 votes
0 answers
107 views

Ansible's 1password module fails with 'unknown flag: --output" message

I have set up a 'guest' user in 1password, and assigned a new vault to him. I've installed 1password's CLI utility ('op'). I can manually extract 1password secrets from the command line, or even from ...
rustyshamrock's user avatar
0 votes
1 answer
104 views

OnePassword task kicking back invalid item type during playbook

Having an issue with a test playbook I am working on to pull various secrets from our company 1Password vault. I can pull secrets via the 1Pass CLI so its not a permissions / network / application ...
Moridn's user avatar
  • 43
1 vote
3 answers
433 views

Cannot run `op` from Go application

I am trying to write a small Go wrapper application around the 1Password CLI executable op like so: package main import ( "fmt" "log" "os/exec" ) func main()...
wheeler's user avatar
  • 3,161

15 30 50 per page