-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix certreloader update logic #111
Conversation
627d67b
to
27d95e8
Compare
Signed-off-by: taniwa <taniwa@lycorp.co.jp>
27d95e8
to
0b89c12
Compare
if config.ProviderService == "" && config.CertFile != "" && config.KeyFile != "" {
go r.pollRefresh()
} |
Signed-off-by: taniwa <taniwa@lycorp.co.jp>
Signed-off-by: taniwa <taniwa@lycorp.co.jp>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
review done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, but I want the following members to approve too.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Signed-off-by: taniwa <taniwa@lycorp.co.jp>
4233af8
to
7a8d1f2
Compare
…fix-certreloader-update
5ce8380
to
270c3fb
Compare
99c1812
to
8adeac9
Compare
Signed-off-by: taniwa <taniwa@lycorp.co.jp>
8adeac9
to
a50f2ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
* fix certreloader update Signed-off-by: taniwa <taniwa@lycorp.co.jp> * update tls-reload Signed-off-by: taniwa <taniwa@lycorp.co.jp> * log: small (#112) * revert update cert reloader logic Signed-off-by: taniwa <taniwa@lycorp.co.jp> * rollback tls-reload Signed-off-by: taniwa <taniwa@lycorp.co.jp> --------- Signed-off-by: taniwa <taniwa@lycorp.co.jp> Co-authored-by: Aaron Jeongwoo Kim <53258958+mlajkim@users.noreply.github.com> Signed-off-by: myajima <myajima@lycorp.co.jp>
Description
panic occurred because cert reloader attempted to update even though certificate retrieval failed
This PR adds the red box in the following diagram:
Type of change
Flags
Related issue/PR
Delete this section if there are no issues or pull requests that relate to this pull request.
Checklist
[skip ci]
/[ci skip]
/[no ci]
/[skip actions]
/[actions skip]
in the PR title if necessaryChecklist for maintainer
Squash and merge
[skip ci]
/[ci skip]
/[no ci]
/[skip actions]
/[actions skip]