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: support for dynamically fetching credentials from external command #149

Merged

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    344babe View commit details
    Browse the repository at this point in the history
  2. refactor: rename the dynamic credential type

    Signed-off-by: Claudio Netto <[email protected]>
    nettoclaudio committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    e05c1fb View commit details
    Browse the repository at this point in the history
  3. refactor: covering dynamic credentials w/ unit tests

    Signed-off-by: Claudio Netto <[email protected]>
    nettoclaudio committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    92e5467 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    9971b16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f09606 View commit details
    Browse the repository at this point in the history
  3. refactor: return ClusterGateway w/ credential type Dynamic

    Signed-off-by: Claudio Netto <[email protected]>
    nettoclaudio committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    02bf358 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. feat: store/fetch credential from in-memory cache

    Signed-off-by: Claudio Netto <[email protected]>
    nettoclaudio committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    def47b2 View commit details
    Browse the repository at this point in the history
  2. test: fixing exec plugin tests

    Signed-off-by: Claudio Netto <[email protected]>
    nettoclaudio committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    2be5d1f View commit details
    Browse the repository at this point in the history
  3. test: increasing test coverage of exec package

    Signed-off-by: Claudio Netto <[email protected]>
    nettoclaudio committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    25d1593 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03fb7c5 View commit details
    Browse the repository at this point in the history
  5. test: covering w/ test an error-catching

    Signed-off-by: Claudio Netto <[email protected]>
    nettoclaudio committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d2f8e8f View commit details
    Browse the repository at this point in the history