|
|
@@ -704,6 +704,11 @@ spec:
|
|
|
description: Jwt authenticates with Vault by passing role
|
|
|
and JWT token using the JWT/OIDC authentication method
|
|
|
properties:
|
|
|
+ path:
|
|
|
+ default: jwt
|
|
|
+ description: 'Path where the JWT authentication backend
|
|
|
+ is mounted in Vault, e.g: "jwt"'
|
|
|
+ type: string
|
|
|
role:
|
|
|
description: Role is a JWT role to authenticate using
|
|
|
the JWT/OIDC Vault authentication method
|
|
|
@@ -730,6 +735,8 @@ spec:
|
|
|
the referent.
|
|
|
type: string
|
|
|
type: object
|
|
|
+ required:
|
|
|
+ - path
|
|
|
type: object
|
|
|
kubernetes:
|
|
|
description: Kubernetes authenticates with Vault by passing
|