Hi. My config I was able to verify my configs work locally with using minio. When I have the same code deployed to prod, the entropy key is not replaced. Any ideas? My logs are showing the correct entropy key.
Configs: state.checkpoints.dir: s3a://my-flink-state/_entropy_/checkpoints state.savepoints.dir: s3a://my-flink-state/savepoints s3.entropy.key: _entropy_ s3.entropy.length: 4 INFO [] - Loading configuration property: state.checkpoints.dir, s3a://my-flink-state/_entropy_/checkpoints INFO [] - Loading configuration property: state.savepoints.dir, s3a://my-flink-state/savepoints INFO [] - Loading configuration property: s3.entropy.key, _entropy_ INFO [] - Loading configuration property: s3.entropy.length, 4