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. Strong credentials should be employed 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. Backup procedures should be tested and reliable.
