-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate usage of TLS for object storage connection(s) #75
Comments
2 possible approaches for this.
First option requires Objects certs to be managed by something/someone and periodically replaced before they expire. Has potential for the certs to already be trusted if an environment can use certs that are signed by a public CA. Otherwise they could be signed by a private CA that is already being provided to applications. Second option should enable Objects cert management to be automatic at the expense of the Objects CA needing to be provided to apps that use buckets. |
Question - could we extend Istio's service mesh to include this? I believe you can include say a random EC2 instance in your service mesh, but I'm not sure that'd be extendable to however Nutanix exposes it's object storage. |
It's not a bad thought, but think you hit the issue on the head. |
Will be resolved as part of #133 currently in progress |
Resolved with the introduction of trust-manager. |
The gitlab (and other app) configuration(s) currently specify insecure mode, or explicit
http
connections. Look into adding the domain cert to nutanix Objects and configuring the apps appropriatelyThe text was updated successfully, but these errors were encountered: