You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api/api-reference.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -703,6 +703,7 @@ _Appears in:_
703
703
| Field | Description | Default | Validation |
704
704
| --- | --- | --- | --- |
705
705
|`roleId`_string_| RoleID of the AppRole Role to use for authenticating to Vault. |||
706
+
|`secretID`_string_| SecretID of the AppRole Role to use for authenticating to Vault. |||
706
707
|`secretRef`_string_| SecretRef is the name of a Kubernetes secret in the consumer's (VDS/VSS/PKI) namespace which<br />provides the AppRole Role's SecretID. The secret must have a key named `id` which holds the<br />AppRole Role's secretID. |||
707
708
708
709
@@ -829,6 +830,7 @@ _Appears in:_
829
830
| Field | Description | Default | Validation |
830
831
| --- | --- | --- | --- |
831
832
|`roleId`_string_| RoleID of the AppRole Role to use for authenticating to Vault. |||
833
+
|`secretID`_string_| SecretID of the AppRole Role to use for authenticating to Vault. |||
832
834
|`secretRef`_string_| SecretRef is the name of a Kubernetes secret in the consumer's (VDS/VSS/PKI) namespace which<br />provides the AppRole Role's SecretID. The secret must have a key named `id` which holds the<br />AppRole Role's secretID. |||
833
835
|`namespace`_string_| Namespace to auth to in Vault |||
834
836
|`mount`_string_| Mount to use when authenticating to auth method. |||
0 commit comments