cedardevs / onestop

OneStop is a data discovery system being built by CIRES researchers on a grant from the NOAA National Centers for Environmental Information. We welcome contributions from the community!
GNU General Public License v2.0
44 stars 20 forks source link

OneStop on Dev and Test tier #1043

Closed Ghebrechristos closed 4 years ago

Ghebrechristos commented 5 years ago

AC:

Ghebrechristos commented 5 years ago

Sample config for secure kafka:

kafka:
 state:
   dir: "/psi/data/"
 bootstrap:
    servers: "kafka01-dev.ncei.noaa.gov:9093,kafka02-dev.ncei.noaa.gov:9093,kafka03-dev.ncei.noaa.gov:9093"
 compression:
   type: "snappy"
 schema:
   registry:
     url: "https://kafkasr-dev.ncei.noaa.gov:8082"
 security:
   protocol: "SSL"
 ssl:
   key:
     password: "checkforpassword"
   keystore:
     location: "/etc/pki/java/keystore.jks"
     password: "check for password"
     type: "JKS"
   truststore:
     location: "/etc/pki/java/cacerts"
     password: "changeit"
     type: "JKS"
Ghebrechristos commented 4 years ago

still waiting on the final stage for getting access to the onestop search/metadata vms

Ghebrechristos commented 4 years ago

done!