Skip to content

Commit

Permalink
Bump version_added
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Mar 5, 2023
1 parent a035ef2 commit 16fb27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/doc_fragments/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,12 @@ class ModuleDocFragment(object):
kubernetes_token:
description: The Kubernetes Token (JWT) to use for Kubernetes authentication to Vault.
type: str
version_added: 2.4.0
version_added: 2.5.0
kubernetes_token_path:
description: If no kubernetes_token is specified, will try to read the token from this path.
default: '/var/run/secrets/kubernetes.io/serviceaccount/token'
type: str
version_added: 2.4.0
version_added: 2.5.0
aws_profile:
description: The AWS profile
type: str
Expand Down

0 comments on commit 16fb27f

Please sign in to comment.