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

Phchen/updatesecutirypatch #573

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
2866cd2
gRPC configuration struct and example
Jan 20, 2023
af50aae
GRPC health check client
Jan 20, 2023
87a448c
handlers for grpc requests
Jan 21, 2023
0b6679d
grpc url handling issue fixed
Jan 21, 2023
025d50a
Merge branch 'grpc'
Jan 21, 2023
b48f4b8
refactored so grpc components are structured the same as existing com…
Jan 22, 2023
38eec60
refactored so grpc components are structured the same as existing com…
Jan 22, 2023
82b199b
grpc.go is not needed
Jan 22, 2023
3bd9304
minor grpc client update
Jan 22, 2023
82e49d6
CertificateExpiration handling added for condition check
Jan 22, 2023
f9b1dd3
more refactoring grpc client handling to use the shared conn
Jan 23, 2023
0c4ad87
now header value can have a load() function
Jan 23, 2023
dffb604
grpc url format update
Jan 23, 2023
a54ad44
cleanup comment
Jan 24, 2023
4e9ddd7
clean up unnecessary check
Jan 24, 2023
ed15897
now load() has a capability of caching and reload if a file is modifi…
Jan 25, 2023
08e6f48
To enable build an executable binary for linux on the local osx devbox
Aug 17, 2023
fa641ba
fix(misc): security patch
icloudphil-exp Sep 8, 2023
0c18dfd
Merge pull request #1 from baechul/updateDependency
baechul Sep 11, 2023
ff93756
fix(misc): update the patched version
icloudphil-exp Sep 22, 2023
2a19b0d
Merge pull request #2 from baechul/phchen/updatesecutirypatch
icloudphil Sep 22, 2023
bcb9852
address vmop issue
icloudphil-exp Sep 30, 2023
9a29cfd
Merge pull request #3 from baechul/phchen/updatesecutirypatch
icloudphil Sep 30, 2023
bbac4e9
fix(misc): update VMOP fix for 10.4 scan
icloudphil-exp Oct 8, 2023
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
cleanup comment
  • Loading branch information
Baechul Kim committed Jan 24, 2023
commit a54ad444e7ebb09635f293eeaf3cff4528ad337f
2 changes: 0 additions & 2 deletions grpc/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ type Config struct {
Body string `yaml:"body,omitempty"`

ServiceNameToCheck GrpcServiceNameToCheck

//httpClient *http.Client TODO
}

// ValidateAndSetDefaults validates the grpc configuration and sets the default values if necessary
Expand Down