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 secret engine support (#1032) #1033

Merged
merged 28 commits into from
Apr 13, 2024
Merged

Commits on Aug 23, 2023

  1. Initial commit for LDAP secrets engine

    No dynamic role support yet
    JordanStopford committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    5d526ba View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    1b5aaad View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Fix linting error

    JordanStopford committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    682d5eb View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Run tests with docker container so we don't need to install vault

    Use LDAP server in docker as well
    Configure Vault/LDAP with terraform
    Added LDAP tests - not yet finished
    JordanStopford committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    df51d22 View commit details
    Browse the repository at this point in the history
  2. More tests

    JordanStopford committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    2dc7358 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f5fd2 View commit details
    Browse the repository at this point in the history
  4. Fix indentation

    JordanStopford committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    922bc96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72258d3 View commit details
    Browse the repository at this point in the history
  6. Various test fixes

    JordanStopford committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    1161ea4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    3adf09f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0feed5c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    deb7d5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6221ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a6a2602 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8e56cd View commit details
    Browse the repository at this point in the history
  7. Linting

    JordanStopford committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cda852f View commit details
    Browse the repository at this point in the history
  8. Fix newline?

    JordanStopford committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    0dc0cc4 View commit details
    Browse the repository at this point in the history
  9. Fix newline?

    JordanStopford committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    776db59 View commit details
    Browse the repository at this point in the history
  10. Fix linting

    JordanStopford committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    777f961 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    476f6bc View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Apply suggestions from code review

    Documentation updates
    briantist committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a53faba View commit details
    Browse the repository at this point in the history
  2. Update hvac/api/secrets_engines/ldap.py

    remove unused args/kwargs
    briantist committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    6a5d830 View commit details
    Browse the repository at this point in the history
  3. nit: remove docs character

    briantist committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    bd4b2a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c705eb9 View commit details
    Browse the repository at this point in the history
  5. use example.com in tests

    briantist committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d07671a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cbe3f83 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f199003 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d166125 View commit details
    Browse the repository at this point in the history