I’d like to add some form of identity per container that is started by KEDA. For example, each container could get access to a different S3 bucket. How can I do it?
Illustrative scenario: dynamic virus analysis in a given container. I want to provide ability for container to report results, but I want to give it per-container S3 bucket, otherwise one virus could taint all other virus data. Ideally I’d like to somehow tell KEDA something like “next container started needs to get this as environment variable”.
Since I am just learning about KEDA, it could be that the answer is “don’t use KEDA for this”.
I see https://keda.sh/docs/1.5/concepts/authentication/, but that seems to deal with KEDA authentication against data stores and not giving identity to the containers.