Ben Vincent unkinben
  • Joined on 2024-05-28
unkinben pushed to benvin/unit-coverage-90 at unkin/artifactapi 2026-07-03 12:35:14 +10:00
428c6d0e97 test: unit tests for pure provider/config/auth packages
1c58360d3c Add on-tag release pipeline to upload the provider to artifactapi
51e8681731 Add LiteLLM dynamic secrets engine implementation
4e57e2dba7 Rename resources to litellm_secret_* prefix
unkinben created pull request unkin/terraform-provider-litellmvaul…#1 2026-07-02 23:23:31 +10:00
Add terraform-provider-litellmvaultsecret implementation
c43e1bf5d4 Base on repository initial commit
8ca6c39c66 Add terraform-provider-litellmvaultsecret implementation
Compare 2 commits »
unkinben created pull request unkin/vault-plugin-secrets-litellm#1 2026-07-02 23:22:30 +10:00
Add LiteLLM dynamic secrets engine implementation
unkinben created branch benvin/initial-implementation in unkin/vault-plugin-secrets-litellm 2026-07-02 23:22:19 +10:00
ab3b02a48e Add LiteLLM dynamic secrets engine implementation
unkinben created pull request unkin/artifactapi#97 2026-07-02 23:06:08 +10:00
test: comprehensive dockerised end-to-end suite
unkinben pushed to benvin/comprehensive-docker-e2e at unkin/artifactapi 2026-07-02 23:05:55 +10:00
221f3a7402 test: add comprehensive dockerised end-to-end suite
unkinben pushed to benvin/add-litellm-repos at unkin/terraform-git 2026-07-02 23:05:22 +10:00
4495339979 Rename provider repo to terraform-provider-litellmvaultsecret
unkinben created branch benvin/comprehensive-docker-e2e in unkin/artifactapi 2026-07-02 23:00:58 +10:00
unkinben pushed to benvin/comprehensive-docker-e2e at unkin/artifactapi 2026-07-02 23:00:58 +10:00
unkinben created pull request unkin/terraform-git#18 2026-07-02 22:57:46 +10:00
Add vault-plugin-secrets-litellm and terraform-provider-litellm repos
unkinben pushed to benvin/add-litellm-repos at unkin/terraform-git 2026-07-02 22:57:36 +10:00
043e73424c Add vault-plugin-secrets-litellm and terraform-provider-litellm repos
unkinben created branch benvin/add-litellm-repos in unkin/terraform-git 2026-07-02 22:57:36 +10:00
unkinben commented on pull request unkin/artifactapi#86 2026-07-02 22:34:35 +10:00
fix: GC has no grace period (TOCTOU with dedup uploads)

Rebased onto latest master (resolved a conflict in artifacts.go against the batched access-log writer). Note: master currently does not compile — see #96, which must merge first; this branch…

unkinben commented on pull request unkin/artifactapi#90 2026-07-02 22:34:35 +10:00
feat: wire the circuit breaker into the proxy fetch path

Rebased onto latest master (resolved engine.go conflicts against the batched access-log writer and the streaming/HEAD changes). Depends on #96 (master does not currently compile); verified this…