Nifi registry is not working on HTTPS when using cetic helm chart - apache-nifi

Folks,
I'm trying to secure my nifi registry deployment on K8 using Cetic helm charts, this is working fine on Http but when I try to enable security on nifi registry, looks like keystore and truststore settings are missed.
Has anyone experienced and resolved this issue with cetic helm chart nifi registry?

Related

How to set up Spring Boot datasource URL from AWS AppConfig?

So the title says pretty much it all. I have a spring-boot based Microservices and I need to supply everything which usually goes to application.properties via AWS AppConfig. How can I do this? I've created a sample project, but how can I do this for the database URL?
If I had correctly understand the question then you need to configure the application properties through the AWS Config. On high level, AWS Config has Configuration Profile where you can store the configurations. The config profile can be in YML, JSON or text document format. Here is the official documentation of AWS config.

How to deploy Spring Cloud Data Flow on AWS EKS

Are there any document for deploying Spring Cloud Data Flow on AWS EKS? I am looking for example or guide video about this problem.
There are no special instructions for running SCDF on EKS or any other K8s distribution. As far as you have a K8s cluster and the necessary service accounts, you will be able to provision SCDF on a given namespace.
You can either use the release-tagged deployment YAMLs directly or the SCDF's Bitnami Helm chart. Depending on your customization needs, you'll find the deployment YAMLs more flexible, though.

Scraping SpringBoot actuator/prometheus metrics endpoint in an Istio environment

I have developed a couple of microservices using SpringBoot, has exposed some custom metrics using Micrometer which are available at /actuator/prometheus endpoint. I tested the application locally with docker prometheus container with scrape config pointing to the endpoint and its showing the metrics.
Now I have deployed it into kubernetes in GKE (version 1.14.7-gke.23) with Istio (version 1.4.0) enabled using the demo profile. But the prometheus that comes with istio is not scraping the SpringBoot /actuator/prometheus endpoint. I took queues from this link "https://preliminary.istio.io/faq/metrics-and-logs/#prometheus-application-metrics" and added the annotations to the Deployments but to no avail.
Help requested on how to get this working... Thanks

elasticsearch cloud - access config/elasticsearch.yml file

I have elasticsearch cloud service and need to update the elasticsearch.yml config file to update the search configuration to include:
indices.query.bool.max_clause_count
elasticsearch cloud is hosting the nodes on aws
Is there a way to access this file?
Apparently there is no way to access this remotely. Cloud service requires a request to elasticsearch itself.

Configure Elasticsearch in JHipster with URL

I want to use cloud elasticsearch (Bonsai) with JHipster.
Bonsai provides BONSAI_URL env variable.
How is this properly configured in application-prod.yml?

Resources