File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ provider restapi {
44
44
45
45
## OpenZiti Authentication
46
46
47
- You must provide at least one of ` cacerts_file ` or ` cacerts_string ` with the OpenZiti Controller's CA bundle as PEM
47
+ You must provide at least one of ` cacerts_file ` or ` cacerts_string ` with the OpenZiti Controller's CA bundle as PEM.
48
+
48
49
You must provide at least one of (` ziti_username ` and ` ziti_password ` ) or ((` cert_file ` or ` cert_string ` ) and (` key_file ` or ` key_string ` )).
49
50
50
51
You must have an ` updb ` Authenticator to use password auth.
52
+
51
53
You must have a ` cert ` Authenticator and compatible Authentication Policy to use cert auth.
52
54
53
55
<!-- schema generated by tfplugindocs -->
Original file line number Diff line number Diff line change @@ -17,10 +17,12 @@ You'll probably need to get the provider configuration from remote state provide
17
17
18
18
## OpenZiti Authentication
19
19
20
- You must provide at least one of `cacerts_file` or `cacerts_string` with the OpenZiti Controller's CA bundle as PEM
20
+ You must provide at least one of `cacerts_file` or `cacerts_string` with the OpenZiti Controller's CA bundle as PEM.
21
+
21
22
You must provide at least one of (`ziti_username` and `ziti_password`) or ((`cert_file` or `cert_string`) and (`key_file` or `key_string`)).
22
23
23
24
You must have an `updb` Authenticator to use password auth.
25
+
24
26
You must have a `cert` Authenticator and compatible Authentication Policy to use cert auth.
25
27
26
28
{{ .SchemaMarkdown | trimspace }}
You can’t perform that action at this time.
0 commit comments