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(ldap): hot reloading ldap credentials on change #2167

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

laurentiuNiculae
Copy link
Contributor

@laurentiuNiculae laurentiuNiculae commented Jan 16, 2024

What type of PR is this?

Which issue does this PR fix:
Closes #2161

What does this PR do / Why do we need it:

If an issue # is not available please add repro steps and logs showing the issue:

Testing done on this change:

Automation added to e2e:

Will this break upgrades or downgrades?

Does this PR introduce any user-facing change?:


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

Attention: 18 lines in your changes are missing coverage. Please review.

Comparison is base (e9ab520) 92.34% compared to head (e0f679d) 92.24%.

❗ Current head e0f679d differs from pull request most recent head af7b97e. Consider uploading reports for the commit af7b97e to get more accurate results

Files Patch % Lines
pkg/cli/server/config_reloader.go 30.76% 15 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2167      +/-   ##
==========================================
- Coverage   92.34%   92.24%   -0.10%     
==========================================
  Files         165      165              
  Lines       28493    28525      +32     
==========================================
+ Hits        26311    26313       +2     
- Misses       1611     1635      +24     
- Partials      571      577       +6     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@laurentiuNiculae laurentiuNiculae force-pushed the hotreload-ldap branch 2 times, most recently from 9d24f6b to 59713b0 Compare January 19, 2024 15:47
andaaron
andaaron previously approved these changes Jan 19, 2024
Copy link
Contributor

@andaaron andaaron left a 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: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
Copy link
Contributor

@rchincha rchincha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@rchincha rchincha merged commit 1785688 into project-zot:main Jan 25, 2024
31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat]: zot should watch for changes in the LDAP bind credentials configuration file
4 participants