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

MI/WI - Generate secrets for platform identities #3802

Merged

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    519132c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e26ae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    529dda4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1445140 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b179cbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e4b15d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0f15cfd View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Explicitly set TypeMeta on workload identity resources

    This is needed in order to easily serialize these resources to YAML,
    e.g. when setting them as string values in a Secret map for Hive to use
    as an install manifest. Not setting these values will result in them being
    omitted from the resulting JSON/YAML.
    tsatam committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    08e5dbb View commit details
    Browse the repository at this point in the history