Minio S3 custom certificate to hive metastore and secret values #48
-
I've setup hive metastore using hive operator. I want to use a custom S3 conenction like the minio in the examples, however the object store we're using is minio with custom certificate. How can I include that custom certificate to hive operator or skip certificate check for s3?
the second concern is how to store password values into secrets, can we mount the database section as secret?
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @deebify, we are aware of that problem and fixed it for the next release. You can have a look at the nighly / dev docs for how it is done https://docs.stackable.tech/home/nightly/hive/getting_started/first_steps here. You can switch to the 0.0.0-dev operator that should support this already. Please make sure to manually update the CRDs (or remove the old Hive CRD due to the schema changes before testing). You can provide a custom certificate via the SecretClass as documented here https://docs.stackable.tech/home/nightly/concepts/tls-server-verification. Cheers, |
Beta Was this translation helpful? Give feedback.
-
Just to add to @maltesander's answer: We also have docs on S3 and tls verification specifically: https://docs.stackable.tech/home/nightly/concepts/s3#_tls |
Beta Was this translation helpful? Give feedback.
Hi @deebify,
we are aware of that problem and fixed it for the next release. You can have a look at the nighly / dev docs for how it is done https://docs.stackable.tech/home/nightly/hive/getting_started/first_steps here.
You can switch to the 0.0.0-dev operator that should support this already. Please make sure to manually update the CRDs (or remove the old Hive CRD due to the schema changes before testing).
You can provide a custom certificate via the SecretClass as documented here https://docs.stackable.tech/home/nightly/concepts/tls-server-verification.
Cheers,
Malte