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
you to create a unique `mount_path`, `path` and/or `version` for each message.
45
+
46
+
47
+
48
+
== Fields
49
+
50
+
=== `url`
51
+
52
+
The base URL of the Vault server.
53
+
54
+
55
+
*Type*: `string`
56
+
57
+
58
+
=== `auth`
59
+
60
+
Sorry! This field is missing documentation.
61
+
62
+
63
+
*Type*: `object`
64
+
65
+
66
+
=== `auth.mount_path`
67
+
68
+
Sorry! This field is missing documentation.
69
+
70
+
71
+
*Type*: `string`
72
+
73
+
74
+
=== `auth.app_role`
75
+
76
+
Sorry! This field is missing documentation.
77
+
78
+
79
+
*Type*: `object`
80
+
81
+
82
+
=== `auth.app_role.role_id`
83
+
84
+
Unique identifier of the Role
85
+
[CAUTION]
86
+
====
87
+
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
88
+
====
89
+
90
+
91
+
92
+
*Type*: `string`
93
+
94
+
95
+
=== `auth.app_role.secret_id`
96
+
97
+
SecretID belong to the App role
98
+
[CAUTION]
99
+
====
100
+
This field contains sensitive information that usually shouldn't be added to a config directly, read our xref:configuration:secrets.adoc[secrets page for more info].
0 commit comments