Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add configuration for file permission #751

Merged
merged 26 commits into from
Jan 19, 2022
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b7b16ef
feat: implements outbound proxy support for arc extension (#695)
nilekhc Nov 1, 2021
a3b5b8b
Merge branch 'master' of https://github.com/Azure/secrets-store-csi-d…
nilekhc Nov 1, 2021
807929d
Merge branch 'master' of https://github.com/Azure/secrets-store-csi-d…
nilekhc Nov 2, 2021
0add8b0
Merge branch 'master' of https://github.com/Azure/secrets-store-csi-d…
nilekhc Nov 9, 2021
90a96de
Merge branch 'master' of https://github.com/Azure/secrets-store-csi-d…
nilekhc Jan 11, 2022
46ca80e
feat: adds support for secret file permission
nilekhc Jan 12, 2022
338e5d2
feat: adds support for secret file permission
nilekhc Jan 12, 2022
64e2cf3
chore: fixes typo
nilekhc Jan 13, 2022
9d496ed
fix: fixes validation logic and adds tests
nilekhc Jan 14, 2022
d2761c5
chore: gofmt
nilekhc Jan 14, 2022
e718e5b
chore: gofmt
nilekhc Jan 14, 2022
d635846
chore: fixes comment
nilekhc Jan 14, 2022
1973557
Merge branch 'master' of https://github.com/Azure/secrets-store-csi-d…
nilekhc Jan 14, 2022
4539643
Merge branch 'master' of https://github.com/nilekhc/secrets-store-csi…
nilekhc Jan 14, 2022
9a44b9f
chore: updates comment
nilekhc Jan 19, 2022
f58e7bb
chore: go fmt
nilekhc Jan 19, 2022
b4f1a89
test: adds e2e test for file permission
nilekhc Jan 19, 2022
2cde058
chore: updates import
nilekhc Jan 19, 2022
2e3b53e
test: updates var name
nilekhc Jan 19, 2022
324d701
test: fixes test
nilekhc Jan 19, 2022
78c1948
test: enables all tests
nilekhc Jan 19, 2022
08dbaf7
Merge branch 'master' of https://github.com/Azure/secrets-store-csi-d…
nilekhc Jan 19, 2022
f845e82
Merge branch 'master' of https://github.com/nilekhc/secrets-store-csi…
nilekhc Jan 19, 2022
0d0cf19
chore: runs test for KinD cluster
nilekhc Jan 19, 2022
4f75e7c
docs: updates docs with file permission
nilekhc Jan 19, 2022
e874a24
docs: updates docs
nilekhc Jan 19, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: gofmt
Signed-off-by: Nilekh Chaudhari <1626598+nilekhc@users.noreply.github.com>
  • Loading branch information
nilekhc committed Jan 14, 2022
commit e718e5b4bfc591e37c8569881ab90e07638f9fb1
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -815,4 +815,4 @@ func validateFilePermission(filePermission string, defaultFilePermission os.File
}

return int32(permission), nil
}
}