So I need to find a way to use sensitive details(authentication username, password etc) in my wso2 proxies and sequences without hardcoding them or extracting them from a local entry(like I am currently). In production my wso2 mi is deployed in aws, and I want to be able to store the passwords somewhere where they get extracted only on deployment and then used.
I was reading about storing passwords in a file or in a yaml in aws,but i'm not sure what would be the optimal solution... So far i'm storing my credentials in a local entry and they are referenced from there by my sequences. I don't want to use a secret vault either.