Minoru OSUKA
Minoru OSUKA
@lonnietc There are no plans to do so yet...
That's a good idea! It would be very helpful to me if you could contribute the Helm chart. I'll try to migrate to the organization repository. Give me some time....
Sorry it took me so long to reply. Thanks for the valuable feedback! I'll fix it when I have time. Thanks!
@gedw99 That's a good idea to store the certificates in cete itself. Regarding SQL support, I'd like to keep Cete as a simple KVS server and try to implement a...
I'd like to run a Cete cluster on Kubernetes, but I haven't started anything yet.
@MikeHawkesCapventis Thanks for your comment. Unfortunately, changing the index mapping is not yet supported.
@petergeorgas Thank you for your interest. I think it is not so difficult. You can see the S3 implementation for details. https://github.com/mosuka/phalanx/blob/main/clients/s3.go https://github.com/mosuka/phalanx/blob/main/directory/directory_s3.go I'm planning to implement and integration test...
At first, I think we can use Google Application Default Credentials (ADC). I want to read the specified credential file if the environment variable `GOOGLE_APPLICATION_CREDENTIALS` is set. In Phalanx, each...
@wolfeidau Thanks for the comment. I will try to use this as a reference.
@gedw99 I'm considering Client CLI, but it will be a while before I can start to develop it.