Skip to content

Commit c9f6203

Browse files
committed
Fix doc formatting
1 parent 8be695c commit c9f6203

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/security/internal_secure_access.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Custom implementations of `EngineSecuritySecretProvider` are also supported for
4545

4646
## Configurations
4747

48-
| Key | Default | Meaning | Type | Since |
48+
| Key | Default | Meaning | Type | Since |
4949
|----------------------------------------------------------|----------------------|----------------------------------------------------------------------------------------------------------------------|----------|--------|
5050
| `kyuubi.internal.security.enabled` | false | Whether to enable secure access across all the internal communications. | boolean | 1.12.0 |
5151
| `kyuubi.internal.security.token.max.lifetime` | PT10M | The max lifetime of the token used for internal secure access. | duration | 1.12.0 |
@@ -55,3 +55,4 @@ Custom implementations of `EngineSecuritySecretProvider` are also supported for
5555
| `kyuubi.internal.security.crypto.keyLength` | 128 | The length in bits of the encryption key to generate. Valid values are 128, 192, and 256. | int | 1.12.0 |
5656
| `kyuubi.internal.security.crypto.cipher` | AES/CBC/PKCS5PADDING | The cipher transformation to use for encrypting internal access token. | string | 1.12.0 |
5757
| `kyuubi.internal.security.crypto.ivLength` | 16 | Initial vector length, in bytes. | int | 1.12.0 |
58+

0 commit comments

Comments
 (0)