Compare commits

...

3 Commits

Author SHA1 Message Date
Volodymyr Zotov
bf6cac81cb Add capabilities for ["CHOWN", "FOWNER"] to make it more striker 2025-09-04 11:17:38 -05:00
Volodymyr Zotov
9c4849ec2e Ignore these files across entire project 2025-09-04 10:43:55 -05:00
Volodymyr Zotov
c2788770fd Add comment about installing 1p cli in test workflow 2025-09-04 10:41:25 -05:00
3 changed files with 4 additions and 2 deletions

View File

@@ -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
View File

@@ -26,5 +26,5 @@ go.work
*.swo
*~
1password-credentials.json
op-session
**/1password-credentials.json
**/op-session

View File

@@ -39,6 +39,7 @@ spec:
allowPrivilegeEscalation: false
capabilities:
drop: [ "ALL" ]
add: ["CHOWN", "FOWNER"]
containers:
- name: connect-api
image: 1password/connect-api:latest