forked from dapr/dapr
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allowlist for secrets * Add testing for gRPC * fix linter error * Refactor code. Add more tests. * Refactor secrets configuration logic * Refactor code. Add more validation, tests. * Refactor code. * Refactor code. Co-authored-by: Mark Chmarny <mchmarny@users.noreply.github.com>
- Loading branch information
1 parent
856d8cd
commit 0de4003
Showing
21 changed files
with
820 additions
and
63 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
ignore: | ||
- "**/zz_generated*.go" # Ignore generated files. | ||
- "**/pkg/apis/**" # CRD related files including generated ones. | ||
- "**/pkg/proto/**" # GRPC Protobuf client for dapr | ||
- "**/pkg/testing/**" # testing mock | ||
- "**/pkg/proto/**" # GRPC Protobuf client for dapr. | ||
- "**/pkg/testing/**" # testing mock. | ||
- "**/testdata/**" # Ignore test resources folder. |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.