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

KUBESAW-16: Label the token secrets #396

Merged
merged 9 commits into from
May 14, 2024

Commits on May 2, 2024

  1. Make sure the secret containing the creds for clients connecting between

    clusters is labeled as belonging to its ToolchainCluster resource.
    
    This will be used in the future to base the creation of the ToolchainClusters
    on the existence of such secrets.
    metlos committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f5627d0 View commit details
    Browse the repository at this point in the history
  2. Use testify/assert...

    metlos committed May 2, 2024
    Configuration menu
    Copy the full SHA
    1fa6080 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

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

Commits on May 8, 2024

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

Commits on May 9, 2024

  1. Configuration menu
    Copy the full SHA
    0b61601 View commit details
    Browse the repository at this point in the history
  2. Add a unit test checking that we don't introduce a new way to fail

    to the reconciler when trying to label the secrets in the migration step.
    metlos committed May 9, 2024
    Configuration menu
    Copy the full SHA
    2e41788 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2b7cb30 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    937a334 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3027359 View commit details
    Browse the repository at this point in the history