Security considerations
If hosting your own Git repository for use with , consider the following security implications:Secure authentication
Implement secure authentication methods, such as HTTPS, between Matillion and customer-hosted Git repositories. Use strong credentials to ensure secure access.Access controls
Define granular access controls within the Git repositories to restrict unauthorized changes to the codebase. Only authorized users with appropriate permissions should have write access.Encryption in transit
Enable encryption for data transmitted between Matillion and customer-hosted Git repositories to safeguard code changes and sensitive information during transmission.Regular backup
Implement regular backup procedures for Git repositories to prevent data loss and maintain data integrity. Test backup procedures to ensure reliability.
