Summary
As per https://dexidp.io/docs/kubernetes/#create-cluster-secrets, dex config can be stored in a secret. Devtron now uses Config Map to store dex config which contains sensitive data.
Proposal
dex config should be stored and loaded from a secret for security reasons
AB#100