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

remove MaxPathLen CSR blob validation logic

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

1858ccf369ff7a6751612aca7ce11924796afe7b authored over 1 year ago by Tim Ramlot <[email protected]>
add openapi definitions to acme API server

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

9d2d1cd6eff519de0f945d5fd907a76cbd89d2b1 authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6241 from erikgb/rbac-cluster-reader

Add view permission to all resources to cluster-reader aggregated cluster role

013b65f6910d02f85dd89b30ae8fdae212c6a4df authored over 1 year ago by jetstack-bot <[email protected]>
feat: add view permission to all cert-manager resources to the cluster-reader aggregated cluster role

Signed-off-by: Erik Godding Boye <[email protected]>

68568a8a55fb7d926b28855b503c4a16e4263ea5 authored over 1 year ago by Erik Godding Boye <[email protected]>
Merge pull request #6285 from cert-manager/maartje-emeritus

Annual review of the OWNERS file (2023): Maartje moved to Emeritus Maintainer

94dbae5cf3d67d3212cc55636f008b0db564a81d authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6159 from SgtCoDFish/proliferation

Further clarifications and updates to the proliferation design doc

2350382755744b81d09d63f12a638e311ca0c16b authored over 1 year ago by jetstack-bot <[email protected]>
Annual review of the OWNERS file (2023): Maartje moved to Emeritus Maintainer

Ref: https://github.com/cert-manager/cert-manager/issues/6231

Signed-off-by: Maël Valais <mael@...

2ac232af19dba9945e4a72ebde2ba2ad91bc8029 authored over 1 year ago by Maël Valais <[email protected]>
Merge pull request #6244 from inteon/simplify_flag_and_configfile_parsing

Simplify flag and configfile parsing & add tests

f69cbfc8e2c5a4e4780a02338d02774b19aa8cae authored over 1 year ago by jetstack-bot <[email protected]>
add comments and improve variable names

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

48cc19bee3ede809be80a5295c2daacc19f0071c authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6253 from fayvori/master

Fix messageAppRoleAuthKeyRequired error message

15b2643abf0d17ad55e778d9d2c17899ea85ce7d authored over 1 year ago by jetstack-bot <[email protected]>
simplify configfile loading logic

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

f1b895247e17983e7ba8215ac53e1aa0c206615f authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6243 from inteon/move_logging_to_webhook_config_file

Move logging options to webhook config file

f8ee5ca026cce4442218862017d97398ac28fcff authored over 1 year ago by jetstack-bot <[email protected]>
use logsapi.LoggingConfiguration instead of logs.Options

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

80a3923fd2542047b6b107d0fbdaf01642288daf authored over 1 year ago by Tim Ramlot <[email protected]>
Make webhook Logging options configurable using configfile.

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

31b5ed6620a9b1ec56b16199b35f33dc664f01e6 authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6276 from inteon/fix_controller_logging_options_defaulting

[BUGFIX] defaulting partial ControllerConfiguration logging options

b9998624a2933ca9976d75124618d9620b5d6160 authored over 1 year ago by jetstack-bot <[email protected]>
Fix bug in ControllerConfiguration's defaulting of logging config, where config would not be correctly defaulted in case a partial logging configuration is provided.

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

e8b5b2e354f361c830e63654a59e49027558276b authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6275 from inteon/use_int32_instead_of_int

WebhookConfiguration: change the types of ports from *int to *int32

061c1337e6e495a68bf8bf0122c668b3b3bebf9e authored over 1 year ago by jetstack-bot <[email protected]>
add comment explaining port 0 behavior

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

db1fcdabb17ccd852a312de0ad7255a36ce25e64 authored over 1 year ago by Tim Ramlot <[email protected]>
Apply suggestions from review

Co-authored-by: Josh Soref <[email protected]>
Signed-off-by: tommie <tomm...

10258586e8a8c5db997adc88efa2c04252ef2f2c authored over 1 year ago by tommie <[email protected]>
change the types of ports in the WebhookConfiguration:

internal: *int -> int32
public: *int -> *int32

Signed-off-by: Tim Ramlot <42113979+inteon@users....

b19d11d267cd1328f4a415111ceeef44c5e999bf authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6272 from SgtCoDFish/shimipv6

add tests for ipv6 in ingress-shim

715394611bc340d2b1aea883cd12874babc3f74d authored over 1 year ago by jetstack-bot <[email protected]>
add tests for ipv6 in ingress-shim

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

87102cf47e7550f0d21dcb8ea1562803b5b99ac6 authored over 1 year ago by Ashley Davis <[email protected]>
Merge pull request #6267 from zhangzhiqiangcs/distinguish-dns-names-ip-address

distinguish dns names and ip address

9462d8ae9d22ba8486f9e98d7b00b161d3d0afe0 authored over 1 year ago by jetstack-bot <[email protected]>
distinguish dns names and ip address

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

a518056e0bb829324e199763d1ac133181627b8b authored over 1 year ago by zhangzhiqiang02 <[email protected]>
Merge pull request #6268 from HeavenTonight/master

cleanup: some redundant code clean up

129e07522f74de17bb5803321ed1dbf44da22f2e authored over 1 year ago by jetstack-bot <[email protected]>
fix small possible

Signed-off-by: guiyong.ou <[email protected]>

ad27e88a4b780e66732719af0289196d612e1a9c authored over 1 year ago by guiyong.ou <[email protected]>
cleanup: some redundant code clean up

Signed-off-by: guiyong.ou <[email protected]>

3d76c20f518b7b29276935b1c4214126a661e3b4 authored over 1 year ago by guiyong.ou <[email protected]>
Merge pull request #6242 from inteon/restructure_controller_configfile

Restructure the controller configfile

9d618a17fb808eb15cb2e520ac44deb174f62a25 authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6263 from inteon/cleanup_imports

Cleanup go.mod files

1c22f06ea05c4c38eb555df50634226f3b858631 authored over 1 year ago by jetstack-bot <[email protected]>
restructure the controller configfile

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

f50167ce314aac9d52c8018409b262f560a34047 authored over 1 year ago by Tim Ramlot <[email protected]>
Fix messageAppRoleAuthKeyRequired error message

Signed-off-by: Ignat Belousov <[email protected]>

88f1500843723522cba8869b48cd4d1d74124cb1 authored over 1 year ago by Ignat Belousov <[email protected]>
Returned time to each function

Signed-off-by: Ignat Belousov <[email protected]>

17c34eaafafd469fd642aeae899b255a7a3637f2 authored over 1 year ago by Ignat Belousov <[email protected]>
cleanup go imports

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

df0d6f22a3f8c4672b5ff55a0eb8074cbaf29390 authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6259 from SgtCoDFish/kb-tools

Fix kubebuilder shas

35522192ff35c4ccae81806fba91fcebb2fcaa1f authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6261 from cert-manager/2023-annual-review-owners-file

Annual review of the OWNERS file (2023): remove Joakim

88af6e24eef7529b9bc2bdc5c6f523b788ddac5d authored over 1 year ago by jetstack-bot <[email protected]>
annual review of the OWNERS file

Ref: https://github.com/cert-manager/cert-manager/issues/6231

Signed-off-by: Maël Valais <mael@...

d57c310ec2b373e13d4cfe46a189e43eaebe2697 authored over 1 year ago by Maël Valais <[email protected]>
fix kubebuilder shas

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

4dae329c37090880b6992f45e0bd854bd6232388 authored over 1 year ago by Ashley Davis <[email protected]>
Merge pull request #6255 from SgtCoDFish/ng

Update nameserver lookup test to use upstream targets

21cb5c94c039bfc0ecdf4e0d2ad445ee53fcd2a3 authored over 1 year ago by jetstack-bot <[email protected]>
Update nameserver lookup test to use upstream targets

In the long term I don't think this test should be run as a unit test
because it can randomly br...

a53bec25e73b18c717843261ecadc39d03ea1955 authored over 1 year ago by Ashley Davis <[email protected]>
Merge pull request #6247 from inteon/ctl_logging_part3

Use logging library with json support in cmctl (part 3)

f8851e4641f524cf8335f9defa6df964cf6ae73d authored over 1 year ago by jetstack-bot <[email protected]>
update comment and explain why we use cmdutil.CheckErr

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

e3d6717387605d7b8936a18ea012bd636c3d676d authored over 1 year ago by Tim Ramlot <[email protected]>
check api, only log if -v is set

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

78b78cecca29a043ba27a75172b3acea4f5edd4b authored over 1 year ago by Tim Ramlot <[email protected]>
use logging library in cmctl

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

b4479e53ed52366b9a9faadde209644d89d1dfc4 authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6119 from inteon/ctl_logging_part2

Use logging library with json support in cmctl (part 2)

b93ec2f8242b037e046f2c47296eb9b604e3e1a8 authored over 1 year ago by jetstack-bot <[email protected]>
prepare cmctl improvements

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

ae287461d0ecfe32dade7f1e3ef06fcb95fecc5d authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #5337 from AcidLeroy/controller-configuration-file

Support loading controller configuration from a versioned file

d233758d3106e12858b485a0bc12f2629a2b7f07 authored over 1 year ago by jetstack-bot <[email protected]>
Add to ability to start controller with config file

Signed-off-by: Cody W. Eilar <[email protected]>

1243fe285b0684627691297f50887578c12e1563 authored over 1 year ago by Cody W. Eilar <[email protected]>
Address the non-optional values in internal config

- This commit changes the internal config to have fewer number of
optional parameters. It ch...

6212b63e51e0c9d7b068c154e25860c3bbd24487 authored over 1 year ago by Cody W. Eilar <[email protected]>
Preserve internal types

- Needed to add custom conversion functions to handle conversions from
public facing types to ...

282a6d58a9038a9b54149b8f67fdc1a1a12560cc authored over 1 year ago by Cody W. Eilar <[email protected]>
Merge pull request #6108 from inteon/ctl_logging

Use logging library with json support in cmctl (part 1)

9de9809ac5ea84914b6b5ece5dec89f452fe1447 authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6156 from kahirokunn/host-network-dns-policy

chore: When hostNetwork is enabled, dnsPolicy is now set to ClusterFirstWithHostNet.

cabc05824abbf033440b56d25c914701610d528f authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6232 from inteon/fix_log_reassignment

[BUGFIX] Incorrect re-assignment of cross-invocation variable

0b9366c0fb226393f2c51abdf9ec3097606a8713 authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6234 from SgtCoDFish/context

Use supplied context where possible

ab2a8c58d3be8bb33120950119d66414a42e6df1 authored over 1 year ago by jetstack-bot <[email protected]>
use supplied context where possible

this was discovered as part of the investigation into #6104

Signed-off-by: Ashley Davis <ashley...

7e1ce241ac52e7b9e55fc0d15be3194d35157172 authored over 1 year ago by Ashley Davis <[email protected]>
instead of creating a new local log variable, we were updating the cross-invocation log variable and were adding more Values to the log variable, causing high memory usage and incorrect log messages

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

c7d0e0a13e553293e71db374400470cf954fc41f authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6087 from rouke-broersma/patch-1

fix: maxUnavailable pdb configuration cannot be used due to default set minAvailable

615422b5bf59cb60931fefc9f0787231b894b1fd authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6152 from inteon/improve_policy_chain_v0

Improve Trigger, Readiness and PostIssuance Policy chains

4de06a19d7cbf1bf1a434cd8e487faed298f6a61 authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6227 from lucacome/bump-k8s.io-deps

Bump k8s.io dependencies

339a9694781f709a6104cdd995face23e4f14292 authored over 1 year ago by jetstack-bot <[email protected]>
upgrade kind images

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

106d49f44b5a0e7c7290672a5012dae3462a5f37 authored over 1 year ago by Tim Ramlot <[email protected]>
downgrade k8s.io/kube-openapi

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

82ec7b3ee09239f39f397f37b3c6cf98c973c593 authored over 1 year ago by Tim Ramlot <[email protected]>
improve Trigger, Readiness and PostIssuance Policy chains

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

36ddf19e2e5cd1bb64343e21132376097d5bdb16 authored over 1 year ago by Tim Ramlot <[email protected]>
run 'make update-licenses'

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

19918da4c8e233274c80b8d0d6397f15b5aa545d authored over 1 year ago by Tim Ramlot <[email protected]>
run 'make tidy'

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

f61aacb8c155356565f700e5c7ed4e87f0f2ff04 authored over 1 year ago by Tim Ramlot <[email protected]>
Bump k8s.io dependencies

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

3ff638b6f3b7573f1a248ce2a0f71079cd814096 authored over 1 year ago by Luca Comellini <[email protected]>
Merge pull request #6225 from arukiidou/patch-1

helm: Update Chart.template.yaml - add apache 2.0 license

ed9d525979bf7082dc1e2122280c8cb110ed8e43 authored over 1 year ago by jetstack-bot <[email protected]>
Update Chart.template.yaml

add apache 2.0 license

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

740a4760b17f150c08a6b1827ff397cba00bfc40 authored over 1 year ago by arukiidou <[email protected]>
Merge pull request #6220 from giantswarm/webhook-netpol-indentation

Fix indentation of Webhook NetworkPolicy matchLabels

e9e054b8631ce6704a1f318eefc411cfdb922dc4 authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6209 from bgelens/fix-serviceaccountlabels-adding-whitespace

service account labels introduce a white line issue

bad235cb7ec5d9912ec0b21540a4bc2ab38c1e8d authored over 1 year ago by jetstack-bot <[email protected]>
Merge pull request #6218 from SgtCoDFish/bumpgo

Bump go to latest patch release

3cd1e58d1ed2bd0a1f87da1c5245b670cb993d80 authored over 1 year ago by jetstack-bot <[email protected]>
Fix indentation of Webhook NetworkPolicy matchLabels

Signed-off-by: Gerald Pape <[email protected]>

418df14dc0e241a09d153b7049f75ad1345223d2 authored over 1 year ago by Gerald Pape <[email protected]>
bump go to latest patch release

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

5ca59ddf2ddc9b9842367ec7ab1cf588445fd7f2 authored over 1 year ago by Ashley Davis <[email protected]>
the chart will now disallow you to specify both the minAvailable and maxUnavailable values without issues

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

a819025a4b16c6b05ba2beaa66ce24a2192e6fdc authored over 1 year ago by Tim Ramlot <[email protected]>
Document that maxUnavailable takes precedence over minAvailable

Signed-off-by: Rouke Broersma <[email protected]>

314163d461d3a5747c871a345aa15512b5baf399 authored over 1 year ago by Rouke Broersma <[email protected]>
Allow maxUnavailable in cainjector pdb

Signed-off-by: Rouke Broersma <[email protected]>

659c95e2020fbddeb9535671ce8f32877489dbed authored over 1 year ago by Rouke Broersma <[email protected]>
Fix conditions if maxUnavailable 0

Signed-off-by: Rouke Broersma <[email protected]>

29c270cf794a86f8ed878e2e68581bd6de3c68e4 authored over 1 year ago by Rouke Broersma <[email protected]>
Fix pdb conditions

Signed-off-by: Rouke Broersma <[email protected]>

5c5b1c6551b861b2102366053c5ee85bd4e1c861 authored over 1 year ago by Rouke Broersma <[email protected]>
Allow maxUnavailable in webhook pdb

Signed-off-by: Rouke Broersma <[email protected]>

eb2b4d8fbcde149a13d59626501a95e23c2d7ff5 authored over 1 year ago by Rouke Broersma <[email protected]>
Allow maxUnavailable in certmanager pdb

Signed-off-by: Rouke Broersma <[email protected]>

773afd3da4026ee996d9684a8c6bfd4869f3c810 authored over 1 year ago by Rouke Broersma <[email protected]>
Merge pull request #6056 from inteon/improve_pki_webhook

Improve CertificateRequest's CSR validation code

a76003f737b0ad364b068e95c4602cc93f20fb13 authored over 1 year ago by Ashley Davis <[email protected]>
fix the whitespace issue

Signed-off-by: Ben Gelens <[email protected]>

4adead4dfd2b1a52feac73e6f1b86310691cc793 authored over 1 year ago by Ben Gelens <[email protected]>
Merge pull request #6206 from inteon/remove_vcert_fork

Remove VCert fork dependency replace statement

e36a8c3b431f7eb3f8d099686bfbc8b59a58a357 authored over 1 year ago by jetstack-bot <[email protected]>
use pki validation code for CSR validation

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

4d7f6281d0c508779cc8acf03cf3770856882865 authored over 1 year ago by Tim Ramlot <[email protected]>
remove VCert fork dependency replace statement

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

90f84b9c40181e1773d704247420a1845d98d831 authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6204 from inteon/move_framework

REVERT: Move e2e framework back to e2e module

22c64abd02a7c9b7bb290be3fab703176d32235f authored over 1 year ago by jetstack-bot <[email protected]>
move e2e framework back to e2e module

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

7098c25a5535cd5d4dab23ba953163b66c49c382 authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6199 from inteon/add_validation_to_pki

Add validation to pki CertificateTemplate functions

843deed22f563dbdcbbf71a9fc478609ee90cb8e authored over 1 year ago by jetstack-bot <[email protected]>
fix Kubernetes CSR tests, making sure the Usages match what is encoded in the CSR blob

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

dcf3c99e63140a1465c6491ca60247e4c3da7ae0 authored over 1 year ago by Tim Ramlot <[email protected]>
add validation to pki CertificateTemplate function

and add support for add DontAllowInsecureCSRUsageDefinition featuregate
to use old behavior in co...

5ba29272c09d9c17bce8f6fd570ce7a05de3751a authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6176 from inteon/reconcile_managed_annotations_and_labels

Reconcile when managed annotations/ labels are out-of-sync

914944c020d80628dbf5eb1bb63e5444ac8b89da authored over 1 year ago by jetstack-bot <[email protected]>
add comments explaining what the label and annotation checks do

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

bfa61c7804ae5fb9ab602cf23c686802b24b78c9 authored over 1 year ago by Tim Ramlot <[email protected]>
use .Delete()

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

c16a34e0b10c304402680a80e85261afcbfed973 authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6182 from inteon/stricter_certificaterequest_csr_webhook_validation

BUGFIX: Stricter CertificateRequest CSR webhook validation

e66a92ac52fec25a3ee07c01ff0d3b8e9dceb22c authored over 1 year ago by jetstack-bot <[email protected]>
Update internal/controller/certificates/policies/checks.go

Co-authored-by: Richard Wall <[email protected]>
Signed-off-by: Tim Ramlot <421139...

1649730a0d6dcfcde56639ef236e5a2dacdf6fde authored over 1 year ago by Tim Ramlot <[email protected]>
Merge pull request #6191 from Richardds/fix-dns-01-cloudflare

Handle multiple Cloudflare DNS01 challenges for the same FQDN

7482de8bac00831205f80297780195b43c595f5a authored over 1 year ago by jetstack-bot <[email protected]>
add DontAllowInsecureCSRUsageDefinition feature gate to disable the strict CSR validation

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

2f56c3c89a1ec12d8b37bc6fb6e28b8264184654 authored over 1 year ago by Tim Ramlot <[email protected]>
fix: handle multiple cloudflare dns-01 challenges for the same FQDN

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

2b2ada94919931a3b5b01d7c9fe498948d19cdca authored over 1 year ago by Richard Boldiš <[email protected]>
Merge pull request #6187 from AcidLeroy/honor-kind-cluster-name

Honor KIND_CLUSTER_NAME for e2e-setup & clean

956dd4713206a6dab59a176e0b8b54caf4048588 authored over 1 year ago by jetstack-bot <[email protected]>
Honor KIND_CLUSTER_NAME for e2e-setup & clean

- Prior to this commit, regardless what was put for KIND_CLUSTER_NAME,
the name of the cluster...

daf5b8f7637d964ed56b4c92e2f50a5dd54254c4 authored over 1 year ago by Cody W. Eilar <[email protected]>
Merge pull request #6189 from wallrj/static-e2e-test-build

Static e2e test build

b66fe4ae77f82b4e427a575335a2c14ef55d31cf authored over 1 year ago by jetstack-bot <[email protected]>
Use the correct path in the the example command

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

7ee4c0b1e1e3d2ec3795f79027955acd31bbf05e authored over 1 year ago by Richard Wall <[email protected]>