Skip to content

Commit 5776110

Browse files
authored
Devops 4751 update vault gh action (#1)
* DEVOPS-4751 update vault GH action
1 parent ced8fe7 commit 5776110

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

vault-agent/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM vault:1.0.1
1+
FROM vault:1.4.2
22

33
LABEL "repository"="https://github.com/AnchorFree/github-actions"
44
LABEL "homepage"="https://github.com/AnchorFree/github-actions"

vault-agent/entrypoint.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ auto_auth {
2020
sink "file" {
2121
config = {
2222
path = "${VAULT_TOKEN_FILE}"
23+
mode = 0644
2324
}
2425
}
2526
}

0 commit comments

Comments
 (0)