Skip to content

Commit cfb999d

Browse files
authored
Basic Docs for SCEP-Level logging. (#927)
Adds docs for recently added configuration flag.
2 parents 6de80c1 + 5ba71c8 commit cfb999d

File tree

1 file changed

+3
-0
lines changed
  • content/vault/v1.20.x/content/api-docs/secret/pki

1 file changed

+3
-0
lines changed

content/vault/v1.20.x/content/api-docs/secret/pki/issuance.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ $ curl \
883883
"enabled": true,
884884
"external_validation": {},
885885
"last_updated": "2025-05-26T09:59:24-04:00",
886+
"log_level" : "WARN",
886887
"restrict_ca_chain_to_issuer": true
887888
}
888889
}
@@ -940,6 +941,8 @@ refer to the [SCEP documentation](/vault/docs/secrets/pki/scep).
940941
chain within GetCACert responses. Set `restrict_ca_chain_to_issuer` to `true`
941942
to make your PKI configuration compatible with Microsoft Intune.
942943

944+
- `log_level` `(string: "")` - the log level to use for logging SCEP-specific requests. One of standard log levels: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`, or use the empty string to reset to the vault-level default. (1.20.1+ only)
945+
943946
- `external_validation` `(map[string]map[string]string: "")` - a map specifying
944947
configuration for 3rd party validation of SCEP requests. Map keys can
945948
be any of the following:

0 commit comments

Comments
 (0)