mirror of
https://github.com/1Password/onepassword-operator.git
synced 2025-10-21 23:18: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:
|
with:
|
||||||
cluster_name: onepassword-operator-test-e2e
|
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
|
- name: Install 1Password CLI
|
||||||
uses: 1password/install-cli-action@v2
|
uses: 1password/install-cli-action@v2
|
||||||
with:
|
with:
|
||||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@@ -26,5 +26,5 @@ go.work
|
|||||||
*.swo
|
*.swo
|
||||||
*~
|
*~
|
||||||
|
|
||||||
1password-credentials.json
|
**/1password-credentials.json
|
||||||
op-session
|
**/op-session
|
||||||
|
@@ -39,6 +39,7 @@ spec:
|
|||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
capabilities:
|
capabilities:
|
||||||
drop: [ "ALL" ]
|
drop: [ "ALL" ]
|
||||||
|
add: ["CHOWN", "FOWNER"]
|
||||||
containers:
|
containers:
|
||||||
- name: connect-api
|
- name: connect-api
|
||||||
image: 1password/connect-api:latest
|
image: 1password/connect-api:latest
|
||||||
|
Reference in New Issue
Block a user