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

WIP: fix(Backend+SDK): Update kubernetes.use_secret_as_volume to accept secret name dynamically at runtime #11039

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Aug 14, 2024

  1. Update kubernetes.use_secret_as_volume to accept secret name as a par…

    …ameter
    
    Signed-off-by: ddalvi <ddalvi@redhat.com>
    DharmitD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6df1dd1 View commit details
    Browse the repository at this point in the history
  2. Add check to ensure use_secret_as_volume accepts secret name as param…

    …eter
    
    Signed-off-by: ddalvi <ddalvi@redhat.com>
    DharmitD committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    686a7b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Add dynamic secret name support in use_secret_as_volume function

    - Implemented support for dynamically specifying secret names in the `use_secret_as_volume` function.
    - Updated driver code to handle secret name substitution at runtime based on input parameters.
    - Introduced a `{{my_secret}}` template string representation for secret names in the compiled DSL.
    - Added a test to validate secret name template creation in IR.
    
    Co-authored-by: Greg Sheremeta <gshereme@redhat.com>
    Signed-off-by: ddalvi <ddalvi@redhat.com>
    DharmitD and gregsheremeta committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    6aa7591 View commit details
    Browse the repository at this point in the history