Skip to content

Commit

Permalink
Update cmd/spiffe-helper/config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Faisal Memon <[email protected]>
Signed-off-by: Keegan Witt <[email protected]>
  • Loading branch information
keeganwitt and faisal-memon committed Sep 14, 2024
1 parent 9660059 commit 3ab3464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/spiffe-helper/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ const (
defaultAgentAddress = "/tmp/spire-agent/public/api.sock"
defaultCertFileMode = os.FileMode(0644)
defaultKeyFileMode = os.FileMode(0600)
defaultJwtBundleFileMode = os.FileMode(0600)
defaultJwtSvidFileMode = os.FileMode(0600)
defaultJWTBundleFileMode = os.FileMode(0600)
defaultJWTSVIDFileMode = os.FileMode(0600)
)

type Config struct {
Expand Down

0 comments on commit 3ab3464

Please sign in to comment.