1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-14 11:57:59 +00:00
Commit graph

85 commits

Author SHA1 Message Date
Kellin McAvoy
2083192b55 Fix CI docker buildx args 2021-03-21 17:38:40 -05:00
Markus Maga
5fcfdff74f
fix(ci): use correct env name GHCR_USERNAME 2021-03-18 02:28:06 +01:00
Moritz Johner
25b3f4dd83
feat: security policy & dependabot (#60)
* feat: add dependabot yml and security policy
2021-03-17 08:32:32 +01:00
Moritz Johner
640978ca9e
feat: awssm refactoring (#57)
* fix: refactor awssm provider
2021-03-10 11:43:25 +01:00
Moritz Johner
ad686d4b50
feat: refactor provider / secretsclient interface (#55)
* feat: refactor provider / secretsclient interface

see #53
2021-03-08 14:20:58 +01:00
Lucas Severo Alves
2fa7c75060
Merge pull request #56 from knelasevero/gh-pages-cname
Add cname to docs action
2021-03-07 13:46:32 +01:00
Lucas Severo Alves
e6229b173a Add cname to docs action 2021-03-07 13:44:07 +01:00
Kellin
4c5cf76714
Merge pull request #54 from mcavoyk/cleanup-lint
Cleanup lint stage
2021-03-06 21:30:03 -05:00
Kellin McAvoy
eea3addf83 Prefer explicit caching for lint over cache from lint action 2021-03-06 17:57:02 -05:00
Kellin McAvoy
53ae29e8ce Fix typo in doc site yaml 2021-03-06 17:56:00 -05:00
Lucas Severo Alves
eebf09b8c1
Merge pull request #46 from knelasevero/coc
Add CoC and references to it
2021-03-06 14:54:08 +01:00
Lucas Severo Alves
4bb9aefb77 Add contact email to CoC 2021-03-06 14:52:46 +01:00
Moritz Johner
a017255464
fix: validate refresh interval, refresh externalsecret (#48)
* fix: refresh es
2021-03-05 23:58:08 +01:00
Lucas Severo Alves
737ea0f760
Merge pull request #51 from external-secrets/gh-pages-cname
Create CNAME
2021-03-05 18:28:44 +01:00
Lucas Severo Alves
90286f37a4
Create CNAME 2021-03-05 18:26:07 +01:00
Lucas Severo Alves
6fdf2b8938 Add CoC to paul's message 2021-03-05 16:40:12 +01:00
Lucas Severo Alves
aab243e712 Add CoC and references to it 2021-03-05 16:36:22 +01:00
Lucas Severo Alves
b635cadbd4
Merge pull request #49 from knelasevero/paul
Add paul config file
2021-03-05 11:38:29 +01:00
Lucas Severo Alves
c6a5deb10e Add paul config file 2021-03-04 17:20:45 +01:00
Moritz Johner
7b883778e9
feat: add docs (#39)
* feat: add docs

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2021-03-01 08:31:02 +01:00
Kellin
7b2e081a24
Merge pull request #40 from mcavoyk/cleanup-ci
Simplify and optimize CI pipeline
2021-02-26 17:01:05 -05:00
Moritz Johner
53cc579ee8
fix: ssm may respond with nil SecretString (#41)
also: support nested json keys like foo.bar
details here: https://github.com/tidwall/gjson
2021-02-26 09:11:16 +01:00
Kellin McAvoy
b4b1f892c5 Improve primary CI pipeline and refactor Makefile 2021-02-25 05:01:57 -05:00
Moritz Johner
92be45df6a
add awssm support (#34)
* feat: add awssm

fixes #26
2021-02-24 20:01:28 +01:00
Moritz Johner
89c56c269f
feat: status conditions (#25)
* feat: implement es ready condition

Co-authored-by: Kellin <kellinmcavoy@gmail.com>
2021-02-15 21:51:38 +01:00
Lucas Severo Alves
87cfc51216
Merge pull request #32 from external-secrets/logo
Adding logo to the project Readme
2021-02-10 18:40:01 +01:00
Lucas Severo Alves
e0e824967d Tidy image 2021-02-10 15:29:46 +01:00
Lucas Severo Alves
5d47c42cf1 Add logo to readme 2021-02-10 15:10:13 +01:00
Moritz Johner
241f26c6c2
Merge pull request #23 from external-secrets/chore/update-crd-spec
update crd spec
2021-02-08 21:06:08 +01:00
Moritz Johner
da21356aa8
Merge pull request #24 from external-secrets/fix/go-1.15
fix: update go/dockerfile 1.15
2021-02-08 21:06:00 +01:00
Moritz Johner
3506b6fe85 fix: update go/dockerfile 1.15 2021-02-06 13:25:37 +01:00
Moritz Johner
adb4de943d chore: update dependencies 2021-02-06 13:16:36 +01:00
Moritz Johner
b460153452 chore: update crd-spec
see https://github.com/external-secrets/crd-spec/pull/3

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2021-02-06 13:10:00 +01:00
Lucas Severo Alves
e8fb686e05
Merge pull request #17 from external-secrets/add-main-controller-logic
Add main controller logic
2021-02-03 17:47:34 +01:00
Lucas Severo Alves
60aaecf76b Linter fixes 2021-01-27 12:44:25 +01:00
Lucas Severo Alves
8c79f1458c Fix reconciler name typo 2021-01-27 12:26:58 +01:00
Lucas Severo Alves
04f3dd4119 Merge branch 'main' into add-main-controller-logic 2021-01-27 12:18:11 +01:00
Lucas Severo Alves
3227e730f1 Change dir structure and adapt 2021-01-27 12:08:28 +01:00
Jonatas Baldin
2c7a46fb3c
Merge pull request #16 from mcavoyk/feat/cluster-store
Add ClusterSecretStore resource
2021-01-08 09:58:58 +01:00
Kellin McAvoy
107b302760 Merge branch 'main' into feat/cluster-store 2021-01-07 12:53:10 -05:00
Kellin McAvoy
3fd7586033 move controller into pkg 2021-01-07 12:50:59 -05:00
Jonatas Baldin
d1b879aa41 Add comment on _ import on ExternalSecret controller 2021-01-07 17:48:35 +01:00
Jonatas Baldin
f57493bcec Move code out of the main reconcile closer function and organise logs 2021-01-07 17:36:39 +01:00
Jonatas Baldin
88f337386d Add GetNamespacedName to GenericStore interface 2021-01-07 17:36:25 +01:00
Jonatas Baldin
8ee64d918e Enable the New() method on the Prodiver interface to receive a GenericStore instead of a SecretStoreProvider) 2021-01-07 11:51:16 +01:00
Jonatas Baldin
87ed4ed118 Watch for owned corev1.Secrets on the ExternalSecret reconciler 2021-01-07 11:40:37 +01:00
Jonatas Baldin
31618e0d0c Add changes to go mod after running go mod tidy 2021-01-06 16:50:35 +01:00
Kellin
cd937ac4b5
Merge pull request #15 from mcavoyk/feat/helm-chart
feat: add initial helm chart
2021-01-06 10:50:22 -05:00
Jonatas Baldin
1845b77c0c Add base for SecretStore controller 2021-01-06 16:50:16 +01:00
Jonatas Baldin
5e3c3e8d3f Fix README examples and resource samples 2021-01-06 16:49:59 +01:00