Skip to content

v21.12.0 LTS

Compare
Choose a tag to compare
@darioAnongba darioAnongba released this 17 Dec 12:48
· 44 commits to main since this release
4eaaf99

🆕 Features

  • Support for import of secrets, keys and ethereum accounts through command line (sync command)
  • Support for alias management on /registries/{registryName}/aliases
  • Support Token Issuer Servers to validate JWTs. Environment variable AUTH_JWT_ISSUER_URL and AUTH_JWT_AUDIENCE

🛠 Changes

  • Env var AUTH_OIDC_CA_CERT and flag --auth-oidc-ca-cert renamed to AUTH_OIDC_PUB_KEY and --auth-oidc-pub-key
  • Manifest definition changes introducing the new kind Vault. See the documentation for more information.
  • Removed usage of AUTH_JWT_CERTIFICATE in favor of AUTH_JWT_ISSUER_URL and AUTH_JWT_AUDIENCE