Ecosyste.ms: OpenCollective

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

cert-manager

cert-manager is a Kubernetes add-on to automate the management and issuance of TLS certificates.
Collective - Host: opensource - https://opencollective.com/cert-manager - Website: https://cert-manager.io - Code: https://github.com/cert-manager

Fix verify-chart-version script when running more than once

github.com/cert-manager/cert-manager - da71175a7e816d20938823efbd866e2fc940e88c authored almost 7 years ago
Merge pull request #391 from euank/​​​

Trim aws credentials for acme dns route53 provider

github.com/cert-manager/cert-manager - 64be4bd4ce452a6d52f712d5b5798a90a74311fc authored almost 7 years ago
CONTRIBUTING.md: remove note about not accepting Pull Requests

Updates golang/go#24185

Change-Id: I99281b2bd1c1ca82c02269d232d7714852a3b94c
Reviewed-on: https...

github.com/cert-manager/crypto - 21652f85b0fdddb6c2b6b77a5beca5c5a908174a authored almost 7 years ago
issuer/acme/dns: refactor provider construction

Previously, each provider's package-level 'New' function was being
called.

That made mocking it...

github.com/cert-manager/cert-manager - 78b1b8d69dee55e7e19cbf6d9643d4377272af4e authored almost 7 years ago
Trim aws credentials for acme dns route53 provider

AWS credentials don't contain whitespace, and it's very easy to
accidentally include spaces or n...

github.com/cert-manager/cert-manager - 8aefbb14704de5977db00d2ee6d6dd4fa63de2d2 authored almost 7 years ago
ed25519: require canonical signatures

https://tools.ietf.org/html/rfc8032#section-5.1.7 requires that s be in
the range [0, order) in ...

github.com/cert-manager/crypto - c4a91bd4f524f10d064139674cf55852e055ad01 authored almost 7 years ago
Use defaulting functions

And also move annotation keys to v1alpha1

github.com/cert-manager/cert-manager - 1669611908109e110333f2e29ae68e98b7e32994 authored almost 7 years ago
sha3: fix typo in Shake256 docs

Change-Id: I1d8d1016a956bf185d3a5af76188b8287fce6391
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - 182114d582623c1caa54f73de9c7224e23a48487 authored almost 7 years ago
crtEqual -> certNeedsUpdate

github.com/cert-manager/cert-manager - 1690408632c91e0e7c42629fda13e95ab660f4e9 authored almost 7 years ago
Add update testcase

github.com/cert-manager/cert-manager - 7bb9048578e4a69744d07b670fec717179c9d1f6 authored almost 7 years ago
Split Expected into ExpectedCreate and ExpectedUpdate

github.com/cert-manager/cert-manager - 6eb1c6f9313855b6aaabe3c1f133ca652803f69e authored almost 7 years ago
Annotate created secrets with cert information

github.com/cert-manager/cert-manager - f6210c12c627155a580ce21f041b81e610e3051a authored almost 7 years ago
Replace reflect.DeepEqual with crtEqual

github.com/cert-manager/cert-manager - 2e5619b1d529f5ec048e331db3d08c6faf5ab13d authored almost 7 years ago
Merge pull request #376 from jetstack/munnerz-patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - cfa13a02df872f934a13f3b12d2f72f02a641f48 authored almost 7 years ago
Merge pull request #382 from whereisaaron/patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - e8d0d2116494e2efede28ca92eb2eed15e087cd5 authored almost 7 years ago
Merge pull request #351 from jonboulle/master

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - ce9e5ede2bc6d8ccbc8e4db086f84c17e3f4d3af authored almost 7 years ago
Fix plural of ClusterIssuer

github.com/cert-manager/cert-manager - af05ca81cb5230d3432fcfe0e354c17b0e0200e6 authored almost 7 years ago
Merge branch 'master' into patch-1

github.com/cert-manager/cert-manager - f117e6e83363da5ade8f96ffe2b9c1743a68a9ed authored almost 7 years ago
Bump chart version and run ./hack/update-deploy-gen.sh again

github.com/cert-manager/cert-manager - 57f248ae9438389df26ee3f0a4cc580217701f33 authored almost 7 years ago
Run ./hack/update-deploy-gen.sh

github.com/cert-manager/cert-manager - 96c4f9e1452c92ed057b11be774ebd113b6bb4cb authored almost 7 years ago
goversion: fixes for Go 1.10

- Move -d flag to binary, not library.
- Update amd64 patterns for Go 1.10.
- Implement f.Entry ...

github.com/cert-manager/goversion - bbd79cf837be9f342f4c1147be1e519ca25fdea3 authored almost 7 years ago
Reconfigure certs when ingress config changes

github.com/cert-manager/cert-manager - 801888f0f00fc20cac333c0a1612a19ef53e074a authored almost 7 years ago
ripemd160: use bits.Rotate for rotates

Replace x << k | x >> (32 - k) with bits.RotateLeft32 and add
benchmark to check performance. Th...

github.com/cert-manager/crypto - c7dcf104e3a7a1417abc0230cb0d5240d764159d authored almost 7 years ago
ssh/terminal: store termios copy in terminal state on Solaris

TestMakeRawState currently fails on Solaris:

--- FAIL: TestMakeRawState (0.00s)
ter...

github.com/cert-manager/crypto - 7effd64e1180aa386cd36da9ca55a1e9fc7cf7cb authored almost 7 years ago
ssh/terminal: simplify defer

Directly use unix.IoctlSetTermios and windows.SetConsoleMode instead of
wrapping them with a clo...

github.com/cert-manager/crypto - 526a373fd77c52a63ef6584ad42c23b89f6c5432 authored almost 7 years ago
Merge pull request #381 from euank/minikube-docs

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 3a0d72c7a24e9f8560a4bca45c8c944bb1c63e8d authored almost 7 years ago
Merge pull request #350 from kiall/chart-scheduling

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 5eefe871a85920afb1c778cc7ffb5071fe8d19f8 authored almost 7 years ago
Merge pull request #385 from jetstack/munnerz-patch-3

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - fff6596bc92b4a6bda18050c28dd6aac89101267 authored almost 7 years ago
Merge pull request #384 from jetstack/munnerz-patch-2

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - ecedad896aa5fefc1d232da66ab10351f5e01044 authored almost 7 years ago
Fix .gitlab-ci.yml build

github.com/cert-manager/cert-manager - e50f75011da8c9fc0a8cdf0ab4d8b334142eb3ee authored almost 7 years ago
Add missing apiVersion to Issuer sample docs

github.com/cert-manager/cert-manager - 6215ff692c19b21e3b7b032dff2048ef2cf4e5f3 authored almost 7 years ago
argon2: fix typo and code formatting in comments

Change-Id: I31fde79e91dd2f19a688bd62ac421d564634d5b3
GitHub-Last-Rev: caab01d6611a39e8aeb49b3de3...

github.com/cert-manager/crypto - 85f98707c97e11569271e4d9b3d397e079c4f4d0 authored almost 7 years ago
acme/autocert: return error from cachePut

Fixes https://github.com/golang/go/issues/23569

Change-Id: I0f3ffab74acd2b69da0bbec2e0e90e42c26...

github.com/cert-manager/crypto - 0b6b69c7d266911dbb34916ab6eea9c2dc6cc7e4 authored almost 7 years ago
Run hack/update-deploy-gen.sh

github.com/cert-manager/cert-manager - 640991c099725278636c904f6e8aafb2f3553ef5 authored almost 7 years ago
Bump chart version for documentation update

github.com/cert-manager/cert-manager - 0b5042c657da09fdc04a9ffa8ebe3c2eb0094c32 authored almost 7 years ago
Document common use case options in values.yaml

Lots of new users don't realize:
(a) They need to create a Issuer/ClusterIssuer themselves
(b)...

github.com/cert-manager/cert-manager - 386a0ec54e4fe51fab95b17688e68638d90699f6 authored almost 7 years ago
docs/examples: fix typo in example cert

github.com/cert-manager/cert-manager - c82226c7d111ba875a3a736d7de70e7fb5482a82 authored almost 7 years ago
docs/devel: add 'deploy to minikube' docs

The rbac and docker-env bits are tricky enough that I think it's worth
documenting this.

github.com/cert-manager/cert-manager - 4736c4fe27e0de6a35a3d1e664cf7bf1c6d1048e authored almost 7 years ago
Clarify ClusterIssuer resource namespace

github.com/cert-manager/cert-manager - 4e262ee1d7635c9d4b495970fd7c35b28839be83 authored almost 7 years ago
Merge pull request #372 from munnerz/verify-chart-version

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 24f0bbe1f3cb568d90e6efeadec8033825de74a9 authored almost 7 years ago
Verify helm chart version is bumped when a chart is changed

github.com/cert-manager/cert-manager - b425d77f1ee1b65c99b5a25d643de020af056f7f authored almost 7 years ago
Merge pull request #359 from wmedlar/document-route53-policy

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 35fd53028e271b0da2fc3f2a517f56154123c63e authored almost 7 years ago
Remove non-recommended hostedZoneID from Route53 example

github.com/cert-manager/cert-manager - ffeedf7d5d00441f245a00037d12f18c843ccb70 authored almost 7 years ago
Merge pull request #361 from hackcave/fix/google-dns-ip

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 09fbbb4d4aea40885ca97d20b7522413c420656e authored almost 7 years ago
acme: stop polling authz on 4xx client errors

"At Let's Encrypt, we are seeing clients in the wild that continue
polling their challenges long...

github.com/cert-manager/crypto - 91a49db82a88618983a78a06c1cbd4e00ab749ab authored almost 7 years ago
Merge pull request #356 from munnerz/rbac-disable

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 0b9ce0cf3b36a256aa1367adb64d23241cf7e2af authored almost 7 years ago
Use Google's DNS IPs instead of domain

If /etc/resolv.conf does not have any entries, then its unlikely
that the domain name representa...

github.com/cert-manager/cert-manager - c4a93bcff53e47bf88412a2faa6c4682ee2b0aac authored almost 7 years ago
Document the minimum permissions for using cert-manager with Route53

github.com/cert-manager/cert-manager - b65cdde8a96d345f178b21a4408fc9e695af899c authored almost 7 years ago
ssh: document how to unmarshal public keys

Fixes golang/go#21491.

Change-Id: I5c720f1f6c6acfa7f4cd50920f65db7e57ba3792
Reviewed-on: https:...

github.com/cert-manager/crypto - 8c653846df49742c4c85ec37e5d9f8d3ba657895 authored almost 7 years ago
Remove old deployment manifests. Update RBAC disable advice.

github.com/cert-manager/cert-manager - b98f3e64cb2bcf19e98f9a1a8a937e37aeb90905 authored almost 7 years ago
Merge pull request #352 from hvaara/guides-charts-repo

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 8022e6ab9300529b59bb62c1aecb360713526be8 authored almost 7 years ago
Update guides to use official Charts repository

github.com/cert-manager/cert-manager - 87fa7b170bb5c3929568c1c4132074ad7b14d28e authored almost 7 years ago
Fix various typos in spelling of Certificate

github.com/cert-manager/cert-manager - 526d31bbc0e811a3dd8222185e3d0156cb05b089 authored almost 7 years ago
Helm Chart: Add support for affinity and tolerations

Adds support for setting the node affinity and tolerations scheduling options

github.com/cert-manager/cert-manager - 054b99f3ba8b8f77b26806828d6338782030a979 authored almost 7 years ago
ssh: fix error variable naming convention, add docs

Follow up to CL 96336

Change-Id: I038f3901919c5136273e5df051bc6e958082f830
Reviewed-on: https:/...

github.com/cert-manager/crypto - beaf6a35706e5032ae4c3fcf342c663c069f44d2 authored almost 7 years ago
Merge pull request #346 from rjeczalik/patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 0a0a2f3b13715904bf5ecec954b57cfaedd013f4 authored almost 7 years ago
Merge pull request #343 from munnerz/rbac-endpoints

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 010e6c87e4122ae73a7e9ba8f6db7679a3ac0eeb authored almost 7 years ago
docs: fix property name that disables rbac

github.com/cert-manager/cert-manager - c01dd256ebc3813c8f52e6fecd3144feb41c854c authored almost 7 years ago
Add Endpoints back into the cert-manager RBAC policy

github.com/cert-manager/cert-manager - 8cb1e79825fb1b69e21d1a32a651ecf26bf5147b authored almost 7 years ago
Merge pull request #329 from munnerz/default-cluster-namespace

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 97ce5ca2b34b64c7287000a5c47472513f4bd5cd authored almost 7 years ago
Update cluster resource namespace during e2e tests

github.com/cert-manager/cert-manager - 30c28975cb658d98dad5705195d6bcbfeb88eb5a authored almost 7 years ago
Merge pull request #340 from munnerz/static-manifest-ns

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - f302862610fbd64085fd79e69c408df7877285ca authored almost 7 years ago
Create a Namespace resource as part of the static manifest bundle

github.com/cert-manager/cert-manager - 105c6c149e8027ced69e163ae3019073678ff7cf authored almost 7 years ago
Merge pull request #330 from munnerz/namespaced-deploy-manifests

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 09c6a09584aee5e8cbc061dbc486411d7bcc5861 authored almost 7 years ago
goversion: update docs

github.com/cert-manager/goversion - 04f0b81a96346cb33d48044cbffd24c8f57785ad authored almost 7 years ago
goversion: add -m and -mh for versioning

github.com/cert-manager/goversion - 436d770d69b090c096a3e3406148c785445d369f authored almost 7 years ago
ssh: use a variable rather than type for NoAuthError

Change-Id: Ib61e0bc7d953cefde0436f77fe6a610201043c85
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - 49796115aa4b964c318aad4f3084fdb41e9aa067 authored almost 7 years ago
Merge pull request #332 from munnerz/err-prefixed-events

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 7533e0e32915d2244d9ec065f03d6b9d2e9ae12a authored almost 7 years ago
Merge pull request #331 from munnerz/no-crt-warning

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - c4cdd405a49e97cdef75d1d96ace977e3f87467c authored almost 7 years ago
Add ACME DNS-01 provider for Akamai FastDNS

github.com/cert-manager/cert-manager - f681f5a6b12af15af15052d251b0da576c7e6b84 authored almost 7 years ago
Add some double quotes and make uodate-codegen.sh compaible with CDPATH

github.com/cert-manager/cert-manager - 07cfb982aac1e68eb7f8d2b9fa851aa5f699f93a authored almost 7 years ago
Rename Event types to be prefixed 'Err' instead of 'Error' for brevity

github.com/cert-manager/cert-manager - ce0384a19666e915017d072a62fd79241e25a053 authored almost 7 years ago
Make existing TLS certificate check emit a Normal event instead of Warning when the existing certificate is invalid

github.com/cert-manager/cert-manager - 70e7c5265bd9a5581e309ddd99308f8feca7de56 authored almost 7 years ago
Update default deployment namespace to be 'cert-manager'

github.com/cert-manager/cert-manager - 4afc72d166fc955033c1eade9588a6d83d7d5216 authored almost 7 years ago
Set default cluster resource namespace to current pod namespace

github.com/cert-manager/cert-manager - ce73a22f6f350a9903fa081189f36c32178007df authored almost 7 years ago
Merge pull request #312 from Mikulas/pr/cert-crd-alias

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 362735f8f17043559cca5cf9d3a0bbe61af65b9d authored almost 7 years ago
Add default shortNames to certificates CRD

Defaults to [cert, certs] and is configurable with
`certificateCRDShortNames` parameter.

[Close...

github.com/cert-manager/cert-manager - d8844041594eb3370cee40d41ffc2131cfcceb93 authored almost 7 years ago
Merge pull request #327 from ocadotechnology/wip-293

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 721a4042cd960df2aacd9fa2975ea6a41b1b6639 authored almost 7 years ago
fix: Use ConfigMaps for leaderelection

Fixes #293

github.com/cert-manager/cert-manager - 0274964100e94d332c306414c44f593a733a8c5d authored almost 7 years ago
Merge pull request #325 from wmedlar/bugfix/tls-acme-annotation-value

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 46307a0eb31da8808974e913459700cadcc63856 authored almost 7 years ago
Merge pull request #326 from jetstack/munnerz-patch-1

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 430505d1d7ee0b3b9a3067f997fe9e31f2a5934e authored almost 7 years ago
Update .gitlab-ci.yml

github.com/cert-manager/cert-manager - f38efb4d0aec59a29849ec21c456917b96b1cc78 authored almost 7 years ago
Add test cases for falsey tls-acme annotation values

github.com/cert-manager/cert-manager - 86ab9a9794ccf4efc8f5dcc327d8a3512af88a93 authored almost 7 years ago
Check the value of the tls-acme annotation, not just its existence

github.com/cert-manager/cert-manager - a709f0ad42206e4dd4b7fe35f8986bf304b31534 authored almost 7 years ago
Install Helm during .gitlab-ci.yml release build

github.com/cert-manager/cert-manager - e410af5e6a7bf26085c4e91d1dd5f336b868d495 authored almost 7 years ago
Merge pull request #321 from twz123/fix-log-warning

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 058a259f7afcabd6c1ce1b6bd3acc79c7681a082 authored almost 7 years ago
Merge pull request #246 from mwieczorek/azure-dns

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - b18acf1d7e48a859c277939a6a78bf9a6423fab8 authored almost 7 years ago
Merge pull request #317 from radhus/bundle-ca-in-cert

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - 9e0e333311b6d7210afa82a144bd86818ed48244 authored almost 7 years ago
Log potential errors while waiting for DNS record propagation

This helps debugging, e.g. if there are network problems.

github.com/cert-manager/cert-manager - 822500c43941ee6cb3c3622ede6eab777f1b1f2c authored almost 7 years ago
Adding a unique error when no authentication method has been passed in

yet.

Since ServerAuthError returns all errors collected during the
userAuthLoop, it will always ...

github.com/cert-manager/crypto - 432090b8f568c018896cd8a0fb0345872bbac6ce authored almost 7 years ago
Bundle the CA public key in issued certificate

If the CA used is only an intermediate CA, and the root CA is trusted by
the client, the client ...

github.com/cert-manager/cert-manager - 6ff17468985908e1e92f8b7d20b595b796693e0a authored almost 7 years ago
openpgp: allow NewEntity to specify the default cipher

The openpgp package promotes bad defaults by not setting the
preferred cipher and hash of new en...

github.com/cert-manager/crypto - 650f4a345ab4e5b245a3034b110ebc7299e68186 authored almost 7 years ago
openpgp: correct NewEntity name creation

Confusingly, `Identity.Name` should actually refer to `uid.Id` and not
`uid.Name`. This fixes th...

github.com/cert-manager/crypto - 3a6c3ce65c4f0844ac396b02aebda1496fd2ac9d authored almost 7 years ago
Added Azure DNS support for DNS01 challange

github.com/cert-manager/cert-manager - cc89fe59aa018fd344446d615f25e64c18ba496e authored almost 7 years ago
acme/autocert: Remove unused retryAfter func

Change-Id: I607d3d2c28aa5a125bddc3fea4f9508942bc1365
Reviewed-on: https://go-review.googlesource...

github.com/cert-manager/crypto - 9de5f2eaf759b4c4550b3db39fed2e9e5f86f45c authored almost 7 years ago
Merge pull request #307 from munnerz/e2e-verify-cert

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, ple...

github.com/cert-manager/cert-manager - e1aa30e467f4ce4c49093d8c34394c26c97d4a61 authored almost 7 years ago
Ensure certificate is valid for given domains during e2e tests

github.com/cert-manager/cert-manager - 827dacc1c01d34bd5add652b7ac1e0663cc7daf3 authored almost 7 years ago
ssh: clarify how to parse out Certificates

Fixes golang/go#22046

Change-Id: I9a9aff37ba0fd0ca1f5fa1a212c66b812f6b9f70
Reviewed-on: https:/...

github.com/cert-manager/crypto - 5119cf507ed5294cc409c092980c7497ee5d6fd2 authored almost 7 years ago
ssh: compile multi_auth_test.go on linux only

LD_PRELOAD doesn't work on Windows, and needs tweaking for Darwin.

Change-Id: Ib153b9e63a0a8bcf...

github.com/cert-manager/crypto - dea6ea37479c8308a28c4116b0916be2d7f1c10e authored almost 7 years ago