We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94940d0 commit cbd0d33Copy full SHA for cbd0d33
plugins/doc_fragments/auth.py
@@ -77,12 +77,12 @@ class ModuleDocFragment(object):
77
kubernetes_token:
78
description: The Kubernetes Token (JWT) to use for Kubernetes authentication to Vault.
79
type: str
80
- version_added: 2.4.0
+ version_added: 2.5.0
81
kubernetes_token_path:
82
description: If no kubernetes_token is specified, will try to read the token from this path.
83
default: '/var/run/secrets/kubernetes.io/serviceaccount/token'
84
85
86
aws_profile:
87
description: The AWS profile
88
0 commit comments