mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
[ZEPPELIN-3092] Fix encoding in the documenation
This commit is contained in:
parent
2b093b2056
commit
0dacbf1c2f
1 changed files with 1 additions and 1 deletions
|
|
@ -455,7 +455,7 @@ The following properties needs to be updated in the `zeppelin-site.xml` in order
|
|||
|
||||
### Storing user credentials
|
||||
|
||||
In order to avoid having to re-enter credentials every?time you restart/redeploy Zeppelin, you can store the user credentials. Zeppelin supports this via the ZEPPELIN_CREDENTIALS_PERSIST configuration.
|
||||
In order to avoid having to re-enter credentials every time you restart/redeploy Zeppelin, you can store the user credentials. Zeppelin supports this via the ZEPPELIN_CREDENTIALS_PERSIST configuration.
|
||||
|
||||
Please notice that passwords will be stored in *plain text* by default. To encrypt the passwords, use the ZEPPELIN_CREDENTIALS_ENCRYPT_KEY config variable. This will encrypt passwords using the AES-128 algorithm.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue