Ecosyste.ms: OpenCollective

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

github.com/cert-manager/csi-driver

A Kubernetes CSI plugin to automatically mount signed certificates to Pods using ephemeral volumes
https://github.com/cert-manager/csi-driver

Update csi-lib to v0.1.0

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

76c6a8314c0f60fdcba16475979a10db3e3da97e authored over 3 years ago
Merge pull request #55 from JoshVanL/token-request

Token request

78bac84a3d4f3ec3f461eb0aa2f0a1e00bc51926 authored over 3 years ago
Actually return wrapped error, fix docstring lint

Signed-off-by: Jake Sanders <[email protected]>

b834d05a9ded2ae8d58d8442623351bb68e12310 authored over 3 years ago
Merge pull request #53 from JoshVanL/fs-group

Fs group

b4ed71445431d872c1a5846c98ea73fc59b93e60 authored over 3 years ago
RequestToken -> TokenRequest

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

9e8d00a18f433152a624c4ebc5d8ebf9e16cd1d2 authored over 3 years ago
Fix fs-group e2e test imports

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

d16fcd504a6d76f0b74b128948e00b35d51a57b4 authored over 3 years ago
Adds option to allow using token request as an option

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

75ce02c7f7acbfbbc49e4de0c14ad78e37afe19d authored over 3 years ago
Change cert-manger-csi -> cert-manager-csi-driver

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

2e4d8a139c3ed346bdeabb3e840a39ade2ce2ec9 authored over 3 years ago
Adds CLI option to use token request for creating CertificateRequests

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

2ca68fc55504816b4400a919d466ff9ac97e923f authored over 3 years ago
Fix boilerplate header for fsgroup.go e2e test

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

9929d49756378b67f210f22267de6ac677c4b3b4 authored over 3 years ago
Adds `csi.cert-manager.io/fs-group` attribute option to README.md

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

b78ff71bc8b4ac58f52b4ffa72f071f3d872e0e5 authored over 3 years ago
Pipes the fs-group attribute option to csi-lib

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

6cd9f1c8bdc4507f14639793c2ef4a32c3dd5e8e authored over 3 years ago
Adds fs-group e2e test case

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

7feff76d54545cd8fc7aaaca9eccedcf34541fea authored over 3 years ago
Adds `csi.cert-manager.io/fs-group` option for setting volume fsGroup on

files

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

a99591c99337b030636acf7c5119bf63c66d62ec authored over 3 years ago
Improve options structure, adds comments, logging with names

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

23100224127273a0a3b4bc98fb024b69bd04e96d authored over 3 years ago
Change cert-manger-csi -> cert-manager-csi-driver

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

e4b8c3f0293969b9f73db5e98318df5600061471 authored over 3 years ago
Adds CLI option to use token request for creating CertificateRequests

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

04854c2b95ca3e9c191f9c369bffc0247f7697f6 authored over 3 years ago
Merge pull request #52 from JoshVanL/helm-chart

Helm chart

fd9b9636d6d0961fcf989a04c571cfd1f8427359 authored over 3 years ago
fix paths in run-e2e

Signed-off-by: Jake Sanders <[email protected]>

37bdefcfb5db1d44a0ca9f45f05d25d8587f0041 authored over 3 years ago
Set ARTIFACTS var in test, rename cert-manager-csi ->

cert-manager-csi-driver

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

40721e60e1814c6a486d43b86758d739d32adbd1 authored over 3 years ago
Change storage.k8s.io version v1 -> v1beta1

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

cdeeec6ac5f4bf6dd4b309dc5837126ac489b9a7 authored over 3 years ago
Updates Makefile with helm dependency and proper image location

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

fb604e9f1f57a7a0fb04d08ab9ba2597d38a3748 authored over 3 years ago
Adds helm chart to ./deploy

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

862f197c6c5ecd85b3b251f9eab608c2a6281390 authored over 3 years ago
Update README.md with helm install option

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

ecbf28287d11b97b26f2ed003a21ca3a0f25317e authored over 3 years ago
Updates e2e test script to use helm chart

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

6d504932dfc0899cef2330c5496f240c8b2bf7da authored over 3 years ago
Merge pull request #51 from JoshVanL/cmd-ctx-cancel

Cmd ctx cancel

c82d37b441da22b92cc259de100cec9886bb6f21 authored over 3 years ago
Adds context watch to shut down driver

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

befaa4600b75c722aaae1ad3e168fb5fe5638c8a authored over 3 years ago
Merge pull request #50 from JoshVanL/cmd-options

Cmd options

42f92ed0ffae3ec24ee68ee909d1c82546581147 authored over 3 years ago
Update import paths for repo move

Signed-off-by: Jake Sanders <[email protected]>

6120f1649a9c6b20b712442b7035f758447b0ae8 authored over 3 years ago
Adds --log-level -v flag

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

d5bb6967076b2bb07d2bf03230350c69507aacaa authored over 3 years ago
Improve options structure, adds comments, logging with names

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

4b692af4c8494a128f54489bed019bf798e560f6 authored over 3 years ago
Merge pull request #49 from JoshVanL/repo-cert-manager--csi

Repo cert manager csi

b724d8b4c21ef8379e925300f6e1be50df727ccb authored over 3 years ago
Merge pull request #48 from JoshVanL/SECURITY.md

Security.md

188b7bbe8251a81619603e5e294797f3626b0620 authored over 3 years ago
Change go module from jetstack/cert-manager-csi ->

cert-manager/csi-driver

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

c024c5fee78070cb8e7ec1e126f3d3fbce69f0a4 authored over 3 years ago
Adds SECURITY.md

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

0017a57840c9ef03a99a42005d4f6d3b4c839b87 authored over 3 years ago
Merge pull request #47 from JoshVanL/boilerplate

Boilerplate

ca1d4b9b915511afc84b1c34e196e26bed3c2fb0 authored over 3 years ago
Updates boilerplate header files everywhere

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

c233d94d70fc4c2c7e2f6ad04d5f4fc8132fba17 authored over 3 years ago
Updates boilerplate script and header files

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

c157bbec8aa20d3e1ba9fc458f8e3bf76016f58c authored over 3 years ago
Replace missing funcs for e2e test utils

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

685031e735231e4eb4f4b64971b6150a294f09b1 authored over 3 years ago
Updates boilerplate script to use python3

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

956c6f03074eb40696114354c1941c988f688327 authored over 3 years ago
Merge pull request #46 from JoshVanL/unit-tests

Unit tests

3bb136af21fd33ef80db81d795ff4f47008d5b17 authored over 3 years ago
Remove disable-auto-renew from filestore/writer

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

ef5467c7c5862bb6156c14ee0cc7577aff16bf50 authored over 3 years ago
Fixes validation tests to not include disable-auto-renew

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

8f455a485f677c2cce144dc88949a0aa631c8abd authored over 3 years ago
Adds testify/assert to go.mod

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

e840d6357dc072a9694064d1132ff574d576e975 authored over 3 years ago
Update unit tests to use new default file locations

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

bc96ddc17733e69c4153942c49b789520f43fbe2 authored over 3 years ago
Adds validation unit tests, and use field errors

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

a3a59151db2ddd12fc6949ba0526a237744fba74 authored over 3 years ago
Removes unused fields in v1alpha1:

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

db5d19c90b37d24dc139e59bb47b8e2238b47b0d authored over 3 years ago
Updates defaults to use cert-manager default filepaths

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

0ec80bfc1c96d40c6aa9ae72ce4a9ca1d7c927a0 authored over 3 years ago
Adds comments to requestgen, improve code

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

5455386b55e372c9d0ead205378566d7eea6a2de authored over 3 years ago
Add comments to keygen, improve code

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

f1115eab1a2cf465619f23f04e8f92aee32e7fc8 authored over 3 years ago
Adds unit tests for filestore, changes default filenames to same as

cert-manager

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

9a49a16685ca7c60b1026bfb043121423d09a624 authored over 3 years ago
Merge pull request #44 from JoshVanL/csi-lib

Switch to use csi-lib

f0bd80652d88a969e34da31be1d2711ece8d661c authored over 3 years ago
Remove disable-auto-renew attribute feature

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

f6c1946de3de0e72517d37ae7ae5efc07e47690f authored over 3 years ago
Changes go.mod to use go 1.7

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

7ff80f1c79e8ce05003df40723b7471d8c15cd73 authored over 3 years ago
Fix e2e test cases so they pass

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

9cd8be7cacb0bfd988fa777744a916fdd2651dc1 authored over 3 years ago
Fix testdata duration volume annotation

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

8a14aafb6ebea05d5e48705fc274736676b6ab6d authored over 3 years ago
Updates helper tests to return list of certificaterequests for each

pod

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

88edfec118877436ee60206b2ffe3872008cf6d4 authored over 3 years ago
Adds support for "csi.cert-manager.io/disable-auto-renew"

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

8da1e0abc24d2daaa78e4d0fc58b27ed848b4692 authored over 3 years ago
Updates csi-lib

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

1f3f66b760172ad3f279372a3eb7b639ca607db1 authored over 3 years ago
Ensure cr is returned from WaitForCertificateReady

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

942a3aa4148c30cc7a96726166edea36da2ad91b authored over 3 years ago
Merge pull request #40 from munnerz/upgrade-kind

Upgrade kind to v0.11.1

12e30f69713968943fea04ffb99e6b8356867826 authored over 3 years ago
Pre-create kind network with specific subnets to avoid routing issues

Signed-off-by: James Munnelly <[email protected]>

6f135776b5d396e8476f9030c9a84a78d8e70457 authored over 3 years ago
Upgrade kind to v0.11.1

Signed-off-by: James Munnelly <[email protected]>

b69181841dcb3cf6a4f61f410891a0fdd459bc2c authored over 3 years ago
Merge pull request #43 from munnerz/upgrade-kind-0.7

Upgrade kind to v0.7.0

7e5b8034c956ac37035e93a5a29213f28d21dd3d authored over 3 years ago
Upgrade kind to v0.7.0

Signed-off-by: James Munnelly <[email protected]>

66a31f772df81a63ef9903b879813c1e75976549 authored over 3 years ago
Merge pull request #42 from munnerz/upgrade-kind-0.6

Upgrade kind to v0.6.1

044acc5057c4d95b5bbc32c5e5b3668ed574bbb7 authored over 3 years ago
Upgrade kind to v0.6.1

Signed-off-by: James Munnelly <[email protected]>

86268e8714dda5774f14efddc4555ed089bcfb39 authored over 3 years ago
Encode CSR as PEM before returning in signRequest

Signed-off-by: James Munnelly <[email protected]>

a22a7c5070ffa80fd849407d04433be86e172e2f authored over 3 years ago
Merge pull request #41 from munnerz/debug-logs

Export cluster logs on exit

e1dae3ead7568cdf4c160615cb37cddc1357977d authored over 3 years ago
Export cluster logs on exit

Signed-off-by: James Munnelly <[email protected]>

8bc3d9a55822134fce7e3b3d74e50ee7c80d474d authored over 3 years ago
Set ReadOnly: true on all CSI volumes

Signed-off-by: James Munnelly <[email protected]>

6c062e29d483d3fa94bda420639829e6e1bd8f3d authored over 3 years ago
Patches to deployment manifest files

Signed-off-by: James Munnelly <[email protected]>

0b42c7e287d2695a39cdb71df7c4473b1aaf643b authored over 3 years ago
Refactor to use csi-lib

Signed-off-by: James Munnelly <[email protected]>

0dd4a6acf0a4ca1bac93681f66f4cf44870699e7 authored over 3 years ago
Merge pull request #38 from munnerz/deps

Update k8s.io and cert-manager dependencies

b7c42ed1616f737bf06332549bfa0317b07d66e2 authored over 3 years ago
Upgrade to use cert-manager v1.4.0

Signed-off-by: James Munnelly <[email protected]>

449e2e9be86a6fb15f1d0018ed4ce2d1f49a193b authored over 3 years ago
Switch to using cert-manager v1 API

Signed-off-by: James Munnelly <[email protected]>

2f28a5b3513b508a4098e5080f2334c02c12c3db authored over 3 years ago
Fix validation error

Signed-off-by: James Munnelly <[email protected]>

d0466222f919fedbc4c91f71eccf2d9b96ea42b2 authored over 3 years ago
Update one reference to cert-manager API to v1

Signed-off-by: James Munnelly <[email protected]>

cebf1fd84ebb07184cc8f7af61e8b2b017b62f68 authored over 3 years ago
Update dependencies

Signed-off-by: James Munnelly <[email protected]>

f57e125da4bc21153c95a13f7334f6fd4d17430f authored over 3 years ago
Run clientgofix

Signed-off-by: James Munnelly <[email protected]>

cc40f47e2763be6ff94e597f2798dbb7b744bab7 authored over 3 years ago
Merge pull request #37 from munnerz/remove-kind

Remove golang dependency on kind & pre-install cert-manager & csi in script

c497a82850c4072b8cae4f47575fbc78e89a8400 authored over 3 years ago
Fix up test cases for error strings from Golang

Signed-off-by: James Munnelly <[email protected]>

e5151628bf9cda5a170532f860af55f1f6234ddc authored over 3 years ago
Set CGO_ENABLED=0

Signed-off-by: James Munnelly <[email protected]>

82ce8fcdde2b5be2c9785727951d29f06002c30c authored over 3 years ago
Increase sleep time to account for DaemonSets

Signed-off-by: James Munnelly <[email protected]>

dbaa645bd728ac730373d1d6026252289648277e authored over 3 years ago
Upgrade kubernetes version to 1.16.3

Signed-off-by: James Munnelly <[email protected]>

e0401a47be1a8433772846f1b1a2b6a583d8677f authored over 3 years ago
Fix --name flag

Signed-off-by: James Munnelly <[email protected]>

9896b1dc734a248bce4d5ed35b76ce873e14a7d3 authored over 3 years ago
Add KUBECONFIG export line

Signed-off-by: James Munnelly <[email protected]>

e0c1604c6bf26832371010d2637122bbeaf2a0ea authored over 3 years ago
Use old kind & kubernetes version

Signed-off-by: James Munnelly <[email protected]>

cfdd360a38c894d3dce3f3de46b21f27aafad440 authored over 3 years ago
chmod +x downloaded binaries

Signed-off-by: James Munnelly <[email protected]>

e72f1ad4549040e4e654029c9405a4cf6ddb12ab authored over 3 years ago
Auto-install kind and kubectl if not found

Signed-off-by: James Munnelly <[email protected]>

b314fa7f1fe00c727004e5f0248ae7198a143bde authored over 3 years ago
Create kind cluster, deploy cert-manager & csi via script instead of in test suite

Signed-off-by: James Munnelly <[email protected]>

2f4bca9c4287daaa8fe5e95dc4c4e915da6c17d8 authored over 3 years ago
Merge pull request #19 from JoshVanL/key-usages

Adds `csi.cert-manager.io/key-usages` attribute

4132849858d478fc4e2bb607d8a51248bac34c24 authored over 4 years ago
Merge pull request #24 from JoshVanL/add-wallrj-to-owners

Adds wallrj to OWNERS file

84024239cdbb3210fc675d406362edb57c6fb3c5 authored over 4 years ago
Adds wallrj to OWNERS file

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

fb1b6dd9989255f55cd834dfa0eec5a5560b115c authored over 4 years ago
Removes prefixed and trailing space in keyusage parsing

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

bc62eeace2a16199c6731177c6a5237d41fb14bf authored over 4 years ago
Fix some misspellings in README.md

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

7aab7e94ec40371030a9589e1483f831e5b44745 authored over 4 years ago
Hard code key usages from cert-manger defaults

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

27097063e1dd7074385cfdb29bb82040ff272117 authored over 4 years ago
Updates README.md with new key usages attribute

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

f818632f58d7bdeb3806a0553549d910968a5f3a authored almost 5 years ago
Adds e2e test for key usages

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

541a6422fd4020a04804e9592375cb2cdd89a37f authored almost 5 years ago
Adds `csi.cert-manager.io/key-usages` to enable setting key usages on

certificate requests

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

eb3b43be2254860e52cbc1f300847c321c29b15c authored almost 5 years ago