To determine the user that is signed in when making a request to your plugin server, or in more formal words the "authentication context" of a request you have two options Client Side This is not very secure as it is initiated and consumed by the browser, which is under the complete control of the … Continue reading Lessons learned: Custom Opensearch Dashboards Plugin Security
Apache NiFi: Custom Web Scraper Processor – Powered by Selenium
In this article we explore how to build a custom Apache Nifi processor. Our objective is to build a custom NiFi processor, written in Java, that uses Selenium to scrape an arbitrary piece of information off a web-page. The end result will look like this: https://www.youtube.com/watch?v=alRC8owgjl4&feature=youtu.be This highlights the flexibility of Apache NiFi, showing off … Continue reading Apache NiFi: Custom Web Scraper Processor – Powered by Selenium
You must be logged in to post a comment.