mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 15:08:06 +00:00
Compare commits
3 Commits
6baef1b9cf
...
bf6cac81cb
Author | SHA1 | Date | |
---|---|---|---|
![]() |
bf6cac81cb | ||
![]() |
9c4849ec2e | ||
![]() |
c2788770fd |
1
.github/workflows/test-e2e.yml
vendored
1
.github/workflows/test-e2e.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
with:
|
||||
cluster_name: onepassword-operator-test-e2e
|
||||
|
||||
# install cli to interact with item in 1Password to update/read using `testhelper/op` package
|
||||
- name: Install 1Password CLI
|
||||
uses: 1password/install-cli-action@v2
|
||||
with:
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -26,5 +26,5 @@ go.work
|
||||
*.swo
|
||||
*~
|
||||
|
||||
1password-credentials.json
|
||||
op-session
|
||||
**/1password-credentials.json
|
||||
**/op-session
|
||||
|
@@ -39,6 +39,7 @@ spec:
|
||||
allowPrivilegeEscalation: false
|
||||
capabilities:
|
||||
drop: [ "ALL" ]
|
||||
add: ["CHOWN", "FOWNER"]
|
||||
containers:
|
||||
- name: connect-api
|
||||
image: 1password/connect-api:latest
|
||||
|
Reference in New Issue
Block a user