Skip to content

Add agof.gitHttpsSslVerify for private-CA HTTPS git clones (v0.2.4)#20

Merged
mhjacks merged 1 commit into
validatedpatterns:mainfrom
mhjacks:git-https-ssl-verify
Jun 26, 2026
Merged

Add agof.gitHttpsSslVerify for private-CA HTTPS git clones (v0.2.4)#20
mhjacks merged 1 commit into
validatedpatterns:mainfrom
mhjacks:git-https-ssl-verify

Conversation

@mhjacks

@mhjacks mhjacks commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add agof.gitHttpsSslVerify (default true) to disable TLS certificate verification for HTTPS git operations when repos use a private or untrusted CA.
  • Apply git -c http.sslVerify=false clone in the init container when verification is disabled.
  • Pass the setting through Helm values to AGOF for config-as-code checkout during configure_aap.
  • Release chart version 0.2.4.

Related

  • Requires a compatible AGOF revision with agof_config_repo_https_ssl_verify / OpenShift preinit mapping (agof PR).

Test plan

  • Default install: init container clones public agof_repo successfully
  • Set agof.gitHttpsSslVerify: false and confirm init clone succeeds against an internal Git host with private CA
  • Confirm config-as-code checkout succeeds with the same Helm value when paired with updated AGOF
  • helm lint / chart CI pass

Made with Cursor

Release v0.2.4 with optional TLS verification disable for the init
container AGOF clone and passthrough to AGOF config-repo checkout.

Co-authored-by: Cursor <cursoragent@cursor.com>
@mhjacks mhjacks merged commit d866899 into validatedpatterns:main Jun 26, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant