Andreas Auernhammer
Andreas Auernhammer
@arno01 Actually I meant something slightly different (whether users should be able to specify the private key as CLI arg / ENV). However, I don't think this is a good...
The current proposal for an automatic TLS feature is the following: - There will be CLI flag `--auto-tls dns-name-1,dns-name-2,ip-1,dns-name-3` which accepts a list of comma-separated values - each one is...
@dhess This behavior has been introduced in `minio/minio` with commit [883cd5c17](https://github.com/minio/minio/pull/20542) which has been considered a bug fix. Before, MinIO did not replicate the KMS key ID when replicating objects....
https://github.com/minio/minio/pull/20909
> objects replicated via bucket replication from Site A to Site B have been encrypted at Site B with Site B's default KMS key, correct? (In other words, our replicated...
The reason for this behavior is that KES checks if either, the stdout **or** the stderr is a terminal. There are multiple ways to only print the identity value. For...