I'm wondering what the best practice is for using secrets in a Flink program, and I can't find any info in the docs or posted anywhere else.
I need to store an access token to one of my APIs for flink to use to dump results into, and right now I'm passing it through as a configuration parameter, but that doesn't seem like the most secure thing to do and the value shows up in the Flink Dashboard under Configuration which is less than ideal. Has anyone else dealt with a situation like this? Thanks,