You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We attempted to configure the MFT agent to use SFTP credentials stored in a Kubernetes secret; however, it did not work as expected. Interestingly, when we use the same credentials via a config map, it works without any issues.
Due to our security requirements, we need to use secrets instead of config maps for handling sensitive information like credentials. Could you please advise on how to properly configure the MFT agent to work with secrets?