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
Is your feature request related to a problem? Please describe.
Currently the SFTP private key is not configurable and would like to provide my own private key. Currently the SFTP uses the same console tls for SFTP.
Describe the solution you'd like
A value in the CRD that allows you to change the the value from a secret key / path , should automatically change the deployment and mount the secret to the path that is expected when provided.
Helm chart should also be updated to allow easy configuration of the tenants.
Describe alternatives you've considered
Not using minio operator
Suggestion:
spec:
features:
enableSFTP: truesftp:
secretName: secret-namesecretKey: (Default if not provided private.key)
Open to suggestions / changes happy to do the PR to support this.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently the SFTP private key is not configurable and would like to provide my own private key. Currently the SFTP uses the same console tls for SFTP.
Describe the solution you'd like
A value in the CRD that allows you to change the the value from a secret key / path , should automatically change the deployment and mount the secret to the path that is expected when provided.
Helm chart should also be updated to allow easy configuration of the tenants.
Describe alternatives you've considered
Not using minio operator
Suggestion:
Open to suggestions / changes happy to do the PR to support this.
The text was updated successfully, but these errors were encountered: