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

Issue 9: address failing tests in CI by fixing more references of vault to be openbao #11

Merged
merged 15 commits into from
May 29, 2024

Commits on May 21, 2024

  1. update the openbao helm chart test that runs after install to no long…

    …er use the vault command
    
    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    efab373 View commit details
    Browse the repository at this point in the history
  2. the command is bao not openbao 🤦

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    18d180c View commit details
    Browse the repository at this point in the history
  3. we now use /openbao/config instead of /vault/config

    ref: https://github.com/openbao/openbao/blob/8283776683fe3d1e956d4ad968b790db833229bc/Dockerfile#L45
    
    also change types from null to [] to be more explicit and regenerate docs
    
    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    836ed6f View commit details
    Browse the repository at this point in the history
  4. attempt to fix helm install in bats tests

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    b1db2fd View commit details
    Browse the repository at this point in the history
  5. update email for chart and regenerate docs

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 21, 2024
    Configuration menu
    Copy the full SHA
    0a03eb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ef3d40 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. fix openshift values to use openbao docker images

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    8b4aca6 View commit details
    Browse the repository at this point in the history
  2. update keywords for Chart.yaml to include openbao

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 22, 2024
    Configuration menu
    Copy the full SHA
    aa8dbb5 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. replace vault command with bao and helm install/delete vault with ope…

    …nbao - part 1
    
    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    19adda7 View commit details
    Browse the repository at this point in the history
  2. remove enterprise tests

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    481b238 View commit details
    Browse the repository at this point in the history
  3. update more vault to openbao everywhere

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    90b50ce View commit details
    Browse the repository at this point in the history
  4. clean up more references to vault and licensing

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b82c653 View commit details
    Browse the repository at this point in the history
  5. fix chart dir for unit tests

    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    76a32ba View commit details
    Browse the repository at this point in the history
  6. update all the tests to use kube-version 1.27.x instead of 1.22.x so …

    …we're supporting supported versions of kubernetes
    
    Signed-off-by: jessebot <[email protected]>
    jessebot committed May 28, 2024
    Configuration menu
    Copy the full SHA
    72b627d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f1662a View commit details
    Browse the repository at this point in the history