Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/cert-manager/cert-manager

Automatically provision and manage TLS certificates in Kubernetes
https://github.com/cert-manager/cert-manager

serviceAccountRef: the vault issuer can now use bound SA tokens

Previously, the Vault issuer was only able to use a Secret in order to
use the "Kubernetes authe...

76eef6873047e3b1f386ae9dfbea07d1d68d5e6d authored almost 2 years ago
serviceAccountRef: fix panicking since serviceAccountRef can now be nil

Signed-off-by: Maël Valais <[email protected]>

c35a24563160d91de72bde3c9aabf3cfbdef012b authored almost 2 years ago
e2e: the vault addon was incorrectly using StdoutPipe

The documentation [1] mentions that `StdoutPipe` should not be used
along with `Run`:

"Wait wil...

ba0bb5d5030a06a00f38779fbc9feb609c41dfee authored almost 2 years ago
Merge pull request #5776 from maelvls/test-vault-validation

Vault: add unit tests for the controller-side validation of the Vault Issuer

57113668e033317aca7bea63846b9a5eceb63a2f authored almost 2 years ago
Merge pull request #5781 from maelvls/kubuilder-version-fix

make: the kubebuilder 1.26.0 hash for linux/amd64 changed

dadaf0eb1ecd15dc72bf922af76e04fe7cbffb33 authored almost 2 years ago
make: the kubebuilder 1.26.0 hash for linux/amd64 changed

Signed-off-by: Maël Valais <[email protected]>

8ff6355d942a50774a0ebb5cbb3c090d35f0745f authored almost 2 years ago
vault: add unit tests around Setup

Signed-off-by: Maël Valais <[email protected]>

15748767ef80cbd268478351e864dd6be4954bd4 authored almost 2 years ago
Rename injector.go -> injectables.go

To reduce the variations of naming

Signed-off-by: irbekrm <[email protected]>

0c64cebfc5569712ed481857ad9bf27ff574fc61 authored almost 2 years ago
Allows to modify configured injectable kinds for cainjector via flags

Also changes name of --watch-certs flag to --enable-certificate-data-source

Signed-off-by: irbe...

56cf4dfd3cb4be912f36b8eef42ba211fb31917e authored almost 2 years ago
Cleanup reconciler logic

Make the file structure and struct naming more intuitive, add some comments

Signed-off-by: irbe...

3e58a442b7fc0449cd356f3369ee38c24e00c93b authored almost 2 years ago
Simplify injectable logic

Reduce the amount of interfaces enclosing the injectable instance from 3 to 1. Also some minor r...

767aa39ddbaeeac94021ba02644069e938c7c708 authored almost 2 years ago
Merge pull request #5764 from irbekrm/cainjector_filter_injectables

Cainjector: only reconcile annotated injectables

7ab1461674149dc172b5fa9c3884064329c60af7 authored almost 2 years ago
Code review feedback

Signed-off-by: irbekrm <[email protected]>

74b258c3bef5fa36387ef314b594065991444a3a authored almost 2 years ago
Merge pull request #5754 from wallrj/no-auto-mount-service-account

Disable auto mount service account token in the ACME HTTP01 pod

f790109300272a9640f7273cbd95a0ca872ad7a5 authored almost 2 years ago
Make the best-practice configuration optional in E2E tests

Signed-off-by: Richard Wall <[email protected]>

17ae96cf800e281cca8bea9b3995ee725a25e7ca authored almost 2 years ago
Clarify the error message when secret annotation is missing namespace prefix

Signed-off-by: irbekrm <[email protected]>

7e4dea1c2ec0bdae56c71d7cc5edd07b2368ec15 authored almost 2 years ago
Ensure that updates to injectables are caught

Signed-off-by: irbekrm <[email protected]>

24040c49896db7e53a399f4b52da60f5d1962c12 authored almost 2 years ago
Bump gateway-api to 0.6.0

Signed-off-by: yulng <[email protected]>

ca5fc45347e63413c412696fe7f749cee6491996 authored almost 2 years ago
Filter injectables that trigger reconciles

Only trigger reconciles for events on injectable types that are annotated, not random unrelated ...

a174f0faa4c53d5eb0ad9b74ab6728d910a27ef2 authored almost 2 years ago
Cleanup, better comments

Signed-off-by: irbekrm <[email protected]>

7a5c71a1edab78fa1c72a351eb723c977fea929b authored almost 2 years ago
Merge pull request #5758 from SgtCoDFish/bumpbase

Bump base images to latest

8444b9c101e92730fb5b454c688c03d84a8fecec authored almost 2 years ago
bump base images to latest

Signed-off-by: Ashley Davis <[email protected]>

78018402febd87cd6baf75f1cfc19bae08a75b5c authored almost 2 years ago
BUGFIX: when setting a LiteralSubject, the RequestMatchesSpec function does skip too many checks

Signed-off-by: Tim Ramlot <[email protected]>

eaf8844e6d6d9a7fd7312b293d098c5e26b1a5f3 authored almost 2 years ago
Add a secure-defaults Helm chart values file and use it in E2E tests

Signed-off-by: Richard Wall <[email protected]>

a0683195f9e8a1ff614a4239fab4e7ac41aa3623 authored almost 2 years ago
Disable automountServiceAccountToken in the ACME HTTP01 solver Pod

Signed-off-by: Richard Wall <[email protected]>

e727df6c1dd28bd4f2c6146ce5d6d15bcf0f32d3 authored almost 2 years ago
Use the restrict automount sa token policy

https://kyverno.io/policies/other/restrict_automount_sa_token/restrict_automount_sa_token/

Sign...

18990707a416f340302d0acc983358c7b84fbb42 authored about 2 years ago
Regenerate existing policy file

Signed-off-by: Richard Wall <[email protected]>

45eeb4acd3f2358efa5141565a341adb305a59d8 authored about 2 years ago
Merge pull request #5746 from irbekrm/cainjector_remove_duplicate_cache

Remove the double cache mechanism for cainjector

9f7a4053ab2ea290ea719a498665eec0e38d6dfb authored about 2 years ago
Merge pull request #5748 from wallrj/revert-954eb0d

Revert "automount service account tokens off by default"

57c790e368d45b47a0bb03792d029f27688781a3 authored about 2 years ago
Revert "automount service account tokens off by default"

This reverts commit 954eb0d875cb79d6da8eca233ccc9267ebf1420c.

Signed-off-by: Richard Wall <rich...

24cbfc7ba83271799f504fbe0ec13197a71e63e0 authored about 2 years ago
automount service account tokens off by default

Signed-off-by: Richard Wall <[email protected]>

954eb0d875cb79d6da8eca233ccc9267ebf1420c authored about 2 years ago
Makes cainjector Certificate watch optional

Configurable via a flag, true by default

Signed-off-by: irbekrm <[email protected]>

3aba8ed32d533fb1d01ab12859135131e1f0dc41 authored about 2 years ago
Merge pull request #5744 from cert-manager/cleanup_certificate_stuff

Move and rename Certificate util functions

b048552bacb908d9a096128ec138c663af538a03 authored about 2 years ago
Merge pull request #5668 from waterfoul/volumes

Added the ability to set volumes and volumeMounts to all pods via helm

be017fafa18aad3890876e5381215ddf57771a03 authored about 2 years ago
Cleaning up a checks

Signed-off-by: Tim Ramlot <[email protected]>

3978597320b2aba27a1f6f8a923035815cdf4f14 authored about 2 years ago
Cleaning up a check

Co-authored-by: Tim Ramlot <[email protected]>
Signed-off-by: Aaron Aichl...

1d7e360ea45c2cebe93c8e591ff23dd05d5a182c authored about 2 years ago
Remove the double cache mechanism for cainjector

Signed-off-by: irbekrm <[email protected]>

4776597cb43b71f7850006382fb655a0605c5717 authored about 2 years ago
add (deprecated) stub functions

Signed-off-by: Tim Ramlot <[email protected]>

191e7ca3053f78100977160972dfd6f44a5346fe authored about 2 years ago
move utility functions to reduce fragmentation and rename functions for consistency

Signed-off-by: Tim Ramlot <[email protected]>

23de5240e98ecb8fd2202682cc9f41f271f72596 authored about 2 years ago
Merge pull request #4502 from ctrought/master

support subject and email annotations for ingress/gateway

1038ca44948702ff7c2063aec367be2b61831608 authored about 2 years ago
fix: goimports

Signed-off-by: ctrought <[email protected]>

575e3155c2b5847100afdf7c921115288e280f2e authored about 2 years ago
Merge pull request #5736 from irbekrm/webhook_solver_conformance_bugfix

Webhook solver conformance bugfix

c08b337cf7decabb3bf7e330ee615dfa3d8e450c authored about 2 years ago
Code review feedback: fix imports

Signed-off-by: irbekrm <[email protected]>

438c79d4e371cbb3dd96ba5f33e84e9930c1a2a4 authored about 2 years ago
Resets secrets lister in RFC2136 conformance tests

The way the tests run (a new kube apiserver with a different client created for the same initial...

644a46c8fe6c0edba9a31802582113db2bdd7eaa authored about 2 years ago
RFC2136 solver has an init option to reset secrets lister

Signed-off-by: irbekrm <[email protected]>

216b60e98b2bb2ee7eb368d5b8774b2cafc56acb authored about 2 years ago
A bunch of comments on webhook solver functionality

With the goal of making folks working on these parts of code be aware that this is the one bit t...

1834afaa00605a4c21ff7a4247cef7e2c32afa3b authored about 2 years ago
Merge pull request #5722 from james-callahan/container-label

Add org.opencontainers.image.source OCI label to containers

d5125b55ce0be0799da79d8062731c4b41fd4b97 authored about 2 years ago
Merge pull request #5724 from g-gaston/bump-keystore-go-4-4-1

Bump keystore-go to v4.4.1

ece47eb66ff5622d127fe499f4408ab54de3282e authored about 2 years ago
Merge pull request #5711 from lucacome/bump-deps

Bump dependencies

a6e00a862310d5cabf8b1574ab94ac71a73cbab5 authored about 2 years ago
Fixed a few indents

Signed-off-by: Aaron Aichlmayr <[email protected]>

b967232e7be22039abb43ff04de248e66ed78673 authored about 2 years ago
Adding the ability to set volumes and volumeMounts to all pods

Signed-off-by: Aaron Aichlmayr <[email protected]>

0ce3553e7f72d87ee870eefd341503b190105261 authored about 2 years ago
Merge pull request #5614 from jkroepke/dns-extra-args

helm: expose enable-certificate-owner-ref and -dns01-recursive-nameservers as helm value

3115953b0223074abcb38c040cbe91007933ffef authored about 2 years ago
[helm] expose enable-certificate-owner-ref and -dns01-recursive-nameservers as helm value

Signed-off-by: Jan-Otto Kröpke <[email protected]>

b9520587758b59e4818ed89a3f95ff47baa9d6fe authored about 2 years ago
Bump keystore-go to v4.4.1

This version points to the same commit as v4.4.0, so there is no actual
code change. However, tr...

7528760e6548abc278e735fa021fddaf44eea0f4 authored about 2 years ago
Update Cloudflare ListDNSRecords

Signed-off-by: Luca Comellini <[email protected]>

7e5cd34341c6e2198fba1456469dc6e47622d6d3 authored about 2 years ago
Update Helm and Kubebuilder

Signed-off-by: Luca Comellini <[email protected]>

98ce5936ec2c6c5b1a0305b74c61061ffad01562 authored about 2 years ago
Bump dependencies

Signed-off-by: Luca Comellini <[email protected]>

85ca8e0444f7fb5889a6cc1bd5274fa303bba216 authored about 2 years ago
Merge pull request #5723 from SgtCoDFish/bumpbase

Bump base images to latest

9b24e88471c1642d886406afa0f6111b5de43885 authored about 2 years ago
bump base images to latest

Signed-off-by: Ashley Davis <[email protected]>

5f910ceba165866fb2c5b5e39170729570182370 authored about 2 years ago
Add org.opencontainers.image.source OCI label to containers

A full list of pre-defined annotations is available at:
https://github.com/opencontainers/image-...

33e9c030eae003b5a971ef6a85d4e7d1592726a2 authored about 2 years ago
Merge pull request #5720 from irbekrm/fix_helm_version_check

Use fake kube apiserver version when generating helm template in cmctl x install

b99fdc32ab3c68197d46f97eba126753f08a7289 authored about 2 years ago
Use fake kube apiserver version when generating helm template in cmctl x install

Signed-off-by: irbekrm <[email protected]>

53abc8cb2ed4ac957c423a32d383bb8b4740168b authored about 2 years ago
Adds overwhelming kube apiserver to risks&mitigations

Signed-off-by: irbekrm <[email protected]>

2d2985b2b5ae221197f0162db063dc8f916af81b authored about 2 years ago
Add a note about how often issuer secrets are retrieved

Signed-off-by: irbekrm <[email protected]>

47c3c4c5f4e5effbb32a5f156efe2140fa67961a authored about 2 years ago
Merge pull request #5712 from yanggangtony/go-version

Bump go to 1.19.5

4b0aa9d2482a80c35e6d3e50c37b83634af27008 authored about 2 years ago
Bump go to 1.19.5

Signed-off-by: yanggang <[email protected]>

44e8f9cb690591a34a41a7fa53053a7fd7443ef4 authored about 2 years ago
Initial commit

Signed-off-by: irbekrm <[email protected]>

65be2caaaeadbfb8dff63c1afeb01522cff52805 authored about 2 years ago
Merge pull request #5706 from SgtCoDFish/bumpcontainerd

Bump containerd to fix reported vuln

44383b01304e7b0c60ae9c90fa05aecc26fde68f authored about 2 years ago
bump containerd to fix reported vuln

note that cert-manager is not actually vulnerable to CVE-2022-23471
since the affected code is n...

8c4f6cda4287c650ecbfa1ea1f83cc5428e6ef44 authored about 2 years ago
Merge pull request #5660 from irbekrm/certificate_labels

Ensures that certificate.spec.secretName and temporary private key Secrets are labelled

aa7fe1130c977ff02b195b7dd7146e163189c6ee authored about 2 years ago
Merge pull request #5693 from SgtCoDFish/extraarghs

Move custom acmesolver image above extraArgs

7c175c5d80fba53915ae6c98c5c0e7cde8f27615 authored about 2 years ago
Policy check ensures that cert.sepc.secretName secret gets labelled

Makes sure that when an unlabelled Secret is encountered at any point (even outside issuance) it...

5e8fd7dc418ecf02c4edd58ad8562c72ce9cff86 authored about 2 years ago
Keymanager controller ensures that temporary private key Secrets are labelled

Signed-off-by: irbekrm <[email protected]>

213949a590605efbb703b789aa32d2600bc08913 authored about 2 years ago
Issuing controller ensures that cert.spec.secretName secrets are labelled

Signed-off-by: irbekrm <[email protected]>

c7465fd9211d19af4c015e46c5744ac8ebdc1f90 authored about 2 years ago
Adds a new label to cert-manager API

Signed-off-by: irbekrm <[email protected]>

767170d65ffe7540702b2857d6df0aa31e2e4007 authored about 2 years ago
Merge pull request #5694 from irbekrm/fix_cainjector_namespace

Fix cainjector's namespace flag

248eff5bce0a88974bc5c1639022aa8c2b62199b authored about 2 years ago
Log error if CA source is in a namespace that is not in scope

cainjector will still watch cluster-scoped resources such as CRDs, so it can get references to S...

ff800307374aff81d69b16f7e2d13c78a542c845 authored about 2 years ago
Merge pull request #5691 from irbekrm/remove_redundant_secret_cache

Ensures that only one secrets cache is created for cert-manager controller

093610997e83773339b5bcf45f07c7dbeefe6ead authored about 2 years ago
Merge pull request #5692 from lucacome/bump-golang.org

Bump golang.org/x/crypto and golang.org/x/oauth2

6f651193ec6c0b7965f9a8f64bdf047cd94fcf9f authored about 2 years ago
Fix cainjector's namespace flag

Ensures that when cainjector has the namespace flag passed, namespaced resource caching is scope...

87bef523374b0f73ea293a99fb48fcd503d67c51 authored about 2 years ago
Code review feedback- better comment

Signed-off-by: irbekrm <[email protected]>

eaf814cffa91bbe80aaa687934cd00bd54226812 authored about 2 years ago
Bump golang.org/x/crypto and golang.org/x/oauth2

Signed-off-by: Luca Comellini <[email protected]>

02297b4e56113c1d36b2f37bf7fa95a316365706 authored about 2 years ago
move custom acmesolver image above extraArgs

since the acmesolver image has defaults (i.e. the repository is set by
default[1]), the helm cha...

264ebe6d29bbb4a1ef3ab38abc42a27dd395ae71 authored about 2 years ago
Fix integration tests

Signed-off-by: irbekrm <[email protected]>

8ed0faf2287c703cb32b93170bd51fa6994bb89d authored about 2 years ago
Ensures that only one secrets cache is created for cert-manager controller

Signed-off-by: irbekrm <[email protected]>

036b01394250086b39ca63c729c468328e9a1d37 authored about 2 years ago
Merge pull request #5688 from SgtCoDFish/bumpbase

bump base images to latest

a5d67d3a21f86fb21b8194808601da429a1c4752 authored about 2 years ago
bump base images to latest

Signed-off-by: Ashley Davis <[email protected]>

6d1a65c771f3f014c594c3b5098ab922f9f875e6 authored about 2 years ago
Merge pull request #5662 from lucacome/bump-controller-tools

Bump sigs.k8s.io deps

094b4c763eda325e4286fccdd3b9db83e0a09813 authored about 2 years ago
Merge pull request #5681 from SgtCoDFish/noconfuse

Avoid logging confusing error messages for external issuers

b6013599e4a733e95eec8ba7c1e92ebd198393ec authored about 2 years ago
avoid logging confusing error messages for external issuers

See https://github.com/cert-manager/cert-manager/issues/5601

When referring to external issuers...

0225cc9234426d9b3c6c164384833322dbaed0d9 authored about 2 years ago
Merge pull request #5685 from wallrj/make-ko-deploy-certmanager-with-helm-values

Allow custom helm values files to be supplied to make ko-deploy-certmanager

ffcd374e143e1d859b4cd343cfafb87d2aa8ef37 authored about 2 years ago
Merge pull request #5684 from wallrj/remove-duplicate-ko-make-targets

Remove duplicate ko-deploy-cert-manager make target

e473c894903eb25333452005adbc85c62f08de8a authored about 2 years ago
Merge pull request #5663 from weisdd/fix/azure-workload-identity-early-reconcilation

fix(AzureDNS): prevent early reconciliations for misconfigured Workload Identity

d8a6ec0dcbcad800fb0f9b314d909320be0151b4 authored about 2 years ago
Merge pull request #5679 from SgtCoDFish/ginkgo-tweaks

Various ginkgo tweaks

a12ff40f126b91bfb763aedd97ab3bd43051f511 authored about 2 years ago
Allow custom helm values files to be supplied to make ko-deploy-certmanager

Signed-off-by: Richard Wall <[email protected]>

33ba0f3ae7508fb0c9744f544cdac1f241b5deb9 authored about 2 years ago
Remove trailing escape slash

Signed-off-by: Richard Wall <[email protected]>

67297a1b80c9ca33000df9dad508cb407b9641a1 authored about 2 years ago
various ginkgo tweaks

1. Remove deprecated args (progress, slow spec threshold)
2. Disable colors in CI

Signed-off-by...

f8bee19c04617e6845ae7656c0ad75ec36540121 authored about 2 years ago
Remove duplicate ko-deploy-cert-manager make target

Signed-off-by: Richard Wall <[email protected]>

5f1a4ac91c66556e40caa3e4ad6ef5cfaa24d085 authored about 2 years ago
Merge pull request #5680 from SgtCoDFish/tmpdirtweak

Use template when generating tempdir in verify-crds

abfc9b7da8447afc5f990d53edb82fd63025edf5 authored about 2 years ago
use template when generating tempdir in verify-crds

Due to a bug in controller-gen[1] certain paths are incorrectly split
and part of these paths ca...

c685efeb03cc3c5404ffa7527ac8ba0ab4953c60 authored about 2 years ago