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

LDAP secrets engine enhancements #1163

Merged
merged 1 commit into from Apr 18, 2024

Conversation

mweigel
Copy link
Contributor

@mweigel mweigel commented Apr 18, 2024

It's great that the LDAP secrets engine has been added! This is a small update to add in a couple of bits of missing functionality.

  • Add additional mount configuration parameters

  • Add method to rotate static role credentials manually

  • Update documentation

* Add additional mount configuration parameters

* Add method to rotate static role credentials manually

* Update documentation
@mweigel mweigel requested a review from a team as a code owner April 18, 2024 05:39
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.81%. Comparing base (a0418e2) to head (9341722).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1163      +/-   ##
==========================================
+ Coverage   87.80%   87.81%   +0.01%     
==========================================
  Files          67       67              
  Lines        3264     3267       +3     
==========================================
+ Hits         2866     2869       +3     
  Misses        398      398              
Files Coverage Δ
hvac/api/secrets_engines/ldap.py 100.00% <100.00%> (ø)

@briantist briantist self-assigned this Apr 18, 2024
@briantist briantist added enhancement a new feature or addition secrets engines generally related to a Vault secrets engine ldap ldap auth method minor Used as part of release-drafter's version-resolver configuration labels Apr 18, 2024
@briantist briantist added this to the 2.2.0 milestone Apr 18, 2024
@briantist
Copy link
Contributor

briantist commented Apr 18, 2024

@mweigel excellent! thanks for this addition, it looks good to me and has coverage as well, we should be able to get this into 2.2.0 along with the initial LDAP support:

@JordanStopford
Copy link
Contributor

@mweigel Thanks for popping this in! All the changes look good to me :)

@briantist briantist merged commit 6068338 into hvac:main Apr 18, 2024
36 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement a new feature or addition ldap ldap auth method minor Used as part of release-drafter's version-resolver configuration secrets engines generally related to a Vault secrets engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants