hashicorp / vault-plugin-auth-kubernetes

Vault authentication plugin for Kubernetes Service Accounts
https://www.vaultproject.io/docs/auth/kubernetes.html
Mozilla Public License 2.0
206 stars 62 forks source link

fix: rename token alias source to sa_uid #112

Closed benashz closed 2 years ago

benashz commented 2 years ago

Overview

The token alias source naming was a bit misleading since all alias naming attributes are derived from the contents of the service account token. This PR renames the parameter to sa_uid to more precisely define the source for the Alias' name.

Design of Change

Trivial refactoring.