-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ability to configure file permissions of written files (closes #183…
…) (#184) * Add ability to configure file permissions of written files (closes #183) Signed-off-by: Keegan Witt <[email protected]> * Switch new conf options from string to int Signed-off-by: Keegan Witt <[email protected]> * Update pkg/disk/json_test.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update cmd/spiffe-helper/config/config.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update pkg/disk/x509.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update README.md Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Fix casing Signed-off-by: Keegan Witt <[email protected]> * Fix spacing Signed-off-by: Keegan Witt <[email protected]> * Fix spelling Signed-off-by: Keegan Witt <[email protected]> * Match casing Signed-off-by: Keegan Witt <[email protected]> * Match casing Signed-off-by: Keegan Witt <[email protected]> * Change file mode configs to not be a pointer Signed-off-by: Keegan Witt <[email protected]> * Update pkg/sidecar/config.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update pkg/sidecar/sidecar.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update pkg/sidecar/sidecar.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update pkg/sidecar/workloadapi.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update cmd/spiffe-helper/config/config.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update cmd/spiffe-helper/config/config.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Update pkg/sidecar/workloadapi.go Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> * Fix casing Signed-off-by: Keegan Witt <[email protected]> * Fix casing Signed-off-by: Keegan Witt <[email protected]> * go fmt Signed-off-by: Keegan Witt <[email protected]> * Move defaulting logic to ValidateConfig Signed-off-by: Keegan Witt <[email protected]> * Ignore linting errors Signed-off-by: Keegan Witt <[email protected]> * Update README.md Co-authored-by: Faisal Memon <[email protected]> Signed-off-by: Keegan Witt <[email protected]> --------- Signed-off-by: Keegan Witt <[email protected]> Co-authored-by: Faisal Memon <[email protected]>
- Loading branch information
1 parent
1df4fdb
commit b6b1642
Showing
12 changed files
with
100 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters