apiVersion: secrets.hashicorp.com/v1beta1 kind: VaultAuth metadata: name: reactbin-auth namespace: reactbin spec: method: kubernetes mount: kubernetes kubernetes: # The operator must create this role in Vault and bind it to the # default service account in the reactbin namespace with read access # to both reactbin/api/config and reactbin/minio/credentials. role: reactbin serviceAccount: default audiences: - https://kubernetes.default.svc