Skip to content

Conversation

ceesios
Copy link
Contributor

@ceesios ceesios commented Jul 17, 2023

WIP: requires this pr to be merged first:

Add support for diff mode.

Renamed and added aliases to match vault api and HVAC names.

  • bind_dn = binddn
  • bind_pass = bindpass
  • discover_dn = discoverdn
  • group_attr = groupattr
  • group_dn = groupdn
  • group_filter = groupfilter
  • upn_domain = upndomain
  • user_attr = userattr
  • user_dn = userdn

Ordered documentation and parameters to prevent missing or duplicate parameters.

removed unsupported parameter "description"
ignore "use_pre111_group_cn_behavior" in read since it is undocumented and unsupported by HVAC.

add new parameters:

add diff mode support
@TerryHowe
Copy link
Owner

Hmm, this would require a major version bump

@ceesios
Copy link
Contributor Author

ceesios commented Jul 17, 2023

@TerryHowe are you sure this would require a major version bump? All parameters are aliased so it should be backwards compatible. And the use_pre111_group_cn_behavior and description were never in hvac for as far as i can see.

@TerryHowe
Copy link
Owner

Might be easiest to change this module to use one parameter like "configuration" and remove the dependency on the underlying implementation although this would have lest validation.

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.

Support the "userfilter" LDAP configuration parameter LDAP Config Module Doesn't have token_bound_cidrs support
2 participants