feat: Git sync - add first class support for CAs#1154
Conversation
Would there be a well defined key to lookup within the secret, and can it be overridden? A similar PR deals with this: stackabletech/secret-operator#679, maybe useful. Also, should we also support CA certificates in ConfigMaps? |
@NickLarsenNZ The secret has single field ca.crt which is passed through to git-config for use with the If git is built against openssl then it has to be in PEM format, but the name doesn't matter: https://docs.openssl.org/3.3/man3/SSL_CTX_load_verify_locations/#notes |
Description
Part of stackabletech/issues#820
Tested with Nifi changes:
...and Airflow changes:
CRD change
New optional field
caCertSecretNamecontaining a single fieldca.crt.Airflow:
Nifi:
Definition of Done Checklist
Author
Reviewer
Acceptance