Pramod Khillari created ZEPPELIN-5904:
-----------------------------------------

             Summary: unable to read environment variable in shiro.ini
                 Key: ZEPPELIN-5904
                 URL: https://issues.apache.org/jira/browse/ZEPPELIN-5904
             Project: Zeppelin
          Issue Type: Bug
          Components: Core
    Affects Versions: 0.10.1
            Reporter: Pramod Khillari


Hello Team,
I am not able to read my password using the environment variable.

I don't want to use a plain text password in shiro.ini
When I am writing variables in interpolation format like 
{code:java}
${pass}{code}
Zeppelin is considering '${pass}' as a string and not a variable.
So instead of picking up the value from the variable, the variable name itself 
becomes a password.
 

Some other details:
Zeppelin version = 0.8.0 and 0.10.1

shiro.ini looks like
{noformat}
[Users]
admin = ${pass}, admin{noformat}
ENV
{noformat}
root@myserver:/opt/zeppelin-0.8.0-bin-all# env | grep -i pass
pass=123{noformat}
 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to