Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

NIFI how to access sensitive information through kubernetes secret

avatar
New Contributor

I have api username and password which is stored in secret now i need to access them in invoke http processor through environment variable but i was unable to access because the fields doesn't allow expression language. how do i access these values from secret?

3 REPLIES 3

avatar
Community Manager

@Santosh4013, Welcome to our community! To help you get the best possible answer, I have tagged in our NiFi experts  @MattWho @SAMSAL @cotopaul @TimothySpann who may be able to assist you further.

Please feel free to provide any additional information or details about your query, and we hope that you will find a satisfactory solution to your question.



Regards,

Vidya Sargur,
Community Manager


Was your question answered? Make sure to mark the answer as the accepted solution.
If you find a reply useful, say thanks by clicking on the thumbs up button.
Learn more about the Cloudera Community:

avatar
New Contributor

Team,
I need a quick solution for this problem, as I've been stuck with it for some time now.
@VidyaSargur 

avatar
Expert Contributor

InvokeHTTP does not provide a way to read user Authentication in the form of secrets from files or environment variables.