[GitHub] zeppelin issue #2891: ZEPPELIN-1070: Inject Credentials in any Interpreter-C...

2018-03-26 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2891
  
Curly braces


From: pellmont 
Sent: Monday, March 26, 2018 1:45:06 PM
To: apache/zeppelin
Cc: Felix Cheung; Manual
Subject: Re: [apache/zeppelin] ZEPPELIN-1070: Inject Credentials in any 
Interpreter-Code (#2891)


nice if I can contribute :-)

I think the current API for the credentials makes sense, of course it would 
be nice if the credentials could be shared across users without exposing the 
underlying passwords. But I think as long as there are different interpreters 
(especially those with "free-form-connections" like spark, livy, etc) it's 
impossible without implementing quite some code for each of the interpreters. 
Ending up with limited possibilities to cpnnect to a datasource.

What do you exactly mean by "match the other way"? Using the same syntax? 
Curly braces to be replaced and double-curly-braces to escape? Or do you mean 
by the configuration option(s)? Or both?

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on 
GitHub, or 
mute the 
thread.



---


[GitHub] zeppelin issue #2891: ZEPPELIN-1070: Inject Credentials in any Interpreter-C...

2018-03-26 Thread pellmont
Github user pellmont commented on the issue:

https://github.com/apache/zeppelin/pull/2891
  
nice if I can contribute :-)

I think the current API for the credentials makes sense, of course it would 
be nice if the credentials could be shared across users without exposing the 
underlying passwords. But I think as long as there are different interpreters 
(especially those with "free-form-connections" like spark, livy, etc) it's 
impossible without implementing quite some code for each of the interpreters. 
Ending up with limited possibilities to cpnnect to a datasource.

What do you exactly mean by "match the other way"? Using the same syntax? 
Curly braces to be replaced and double-curly-braces to escape? Or do you mean 
by the configuration option(s)? Or both?


---


[GitHub] zeppelin issue #2891: ZEPPELIN-1070: Inject Credentials in any Interpreter-C...

2018-03-25 Thread felixcheung
Github user felixcheung commented on the issue:

https://github.com/apache/zeppelin/pull/2891
  
thanks, sounds like that could be useful.
what do you think about "secret" management?
also for template I think we should match the other way, where we have a 
longer discussion: #2834



---