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

External secrets operator #612

Merged
merged 10 commits into from
Jun 30, 2022
Merged

Commits on Jun 30, 2022

  1. Add the External Secrets Operator

    The External Secrets Operator integrates external secrets management
    systems with Kubernetes. The operator reads secrets from these systems
    and injects them as values into Kubernetes Secrets.
    bobdoah committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    941c95b View commit details
    Browse the repository at this point in the history
  2. Fix repository url

    bobdoah committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    ad43644 View commit details
    Browse the repository at this point in the history
  3. Support external secrets from the main module

    Allow the external-secrets operator to be enabled from the main addon
    module.
    bobdoah committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    05cb8c5 View commit details
    Browse the repository at this point in the history
  4. Support external secrets from the main module

    Allow the external-secrets operator to be enabled from the main addon
    module.
    bobdoah committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    6005b1a View commit details
    Browse the repository at this point in the history
  5. Add documentation

    bobdoah committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    3328d76 View commit details
    Browse the repository at this point in the history
  6. Add an example of the external-secrets operator

    Add an example, using IRSA for authentication with AWS.
    bobdoah committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    0021b69 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eb36c31 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e6eab46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    99bc325 View commit details
    Browse the repository at this point in the history
  10. Use dynamic secret name

    bobdoah committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    da22e80 View commit details
    Browse the repository at this point in the history