Skip to content

Commit

Permalink
See open-metadata/OpenMetadata@970b67d from refs/heads/main
Browse files Browse the repository at this point in the history
  • Loading branch information
open-metadata committed Dec 12, 2023
1 parent e03e909 commit 44296fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/v1.2.x/deployment/security/enable-jwt-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ To enable JWT token generation. Please add the following to the OpenMetadata ser

```yaml
jwtTokenConfiguration:
rsapublicKeyFilePath: ${RSA_PUBLIC_KEY_FILE_PATH:-"/openmetadata/conf/public_key.der"}
rsaprivateKeyFilePath: ${RSA_PRIVATE_KEY_FILE_PATH:-"/openmetadata/conf/private_key.der"}
rsapublicKeyFilePath: ${RSA_PUBLIC_KEY_FILE_PATH:-"/opt/openmetadata/conf/public_key.der"}
rsaprivateKeyFilePath: ${RSA_PRIVATE_KEY_FILE_PATH:-"/opt/openmetadata/conf/private_key.der"}
jwtissuer: ${JWT_ISSUER:-"open-metadata.org"}
keyId: ${JWT_KEY_ID:-"Gb389a-9f76-gdjs-a92j-0242bk94356"}
```
Expand Down

0 comments on commit 44296fa

Please sign in to comment.