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

1219 commits

Author SHA1 Message Date
Sebastian Gomez
0a1ef6c1a9 return an error instead of empty map on not implemented GetAllSecret functions 2022-01-26 15:05:08 -05:00
Sebastián Gómez
c7170125be
Update docs/snippets/full-external-secret.yaml
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
2022-01-26 14:36:33 -05:00
Sebastián Gómez
ac53a9583d
Update docs/api-externalsecret.md
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
2022-01-26 14:35:10 -05:00
Moritz Johner
d15562905f fix: codecov should ignore test files 2022-01-26 20:20:03 +01:00
Moritz Johner
e2701fa35a fix: ensure that data is being deleted when using tpl 2022-01-26 20:14:59 +01:00
rodrmartinez
cbd350fef6 Adds lockbox again to register 2022-01-26 15:41:09 -03:00
rodrmartinez
5a766c1995 Adds GetSecret and GetSecretMaps methods 2022-01-26 15:29:14 -03:00
rodrmartinez
8620174449 Adds kubernetes provider to register 2022-01-26 15:28:37 -03:00
rodrmartinez
fad68e163a Update CRDs 2022-01-26 15:27:59 -03:00
rodrmartinez
d0cbbe2470 Adds default values for Server and RemoteNamespace 2022-01-26 15:27:30 -03:00
paul-the-alien[bot]
5a8df8cb18
Merge pull request #642 from external-secrets/fix/webhook-test-race
fix: webhook test race
2022-01-26 18:14:48 +00:00
Sebastian Gomez
dd23a813d6 Merge branch 'main' into getall-Secrets 2022-01-26 12:35:35 -05:00
Sebastian Gomez
2c6dde34f7 Fix SonarCube codesmell 2022-01-26 12:30:55 -05:00
Sebastian Gomez
16839c6ce1 Fix SonarCube codesmell 2022-01-26 12:24:17 -05:00
Sebastian Gomez
a25992110d Fix SonarCube codesmell 2022-01-26 12:18:18 -05:00
Sebastian Gomez
ec114372c5 Fixed docum typo 2022-01-26 10:04:05 -05:00
Sebastian Gomez
7de4343726 New multiple secrets doc 2022-01-26 09:51:40 -05:00
Sebastian Gomez
48ac7b991f Created new struct for dataFrom 2022-01-25 16:01:33 -05:00
paul-the-alien[bot]
5676c04c44
Merge pull request #622 from external-secrets/dependabot/go_modules/github.com/googleapis/gax-go-2.0.2incompatible
build(deps): bump github.com/googleapis/gax-go from 1.0.3 to 2.0.2+incompatible
2022-01-25 20:24:20 +00:00
rodrmartinez
1c5ce19a20 Adds Kubernetes Provider 2022-01-25 17:14:48 -03:00
rodrmartinez
b6b74350d5 Creates Kubernetes Provider secretstore 2022-01-25 17:11:12 -03:00
Moritz Johner
edb2c290f4 fix(gcp): use gax-go v2 package
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 21:09:33 +01:00
Moritz Johner
ce6f5b1653 fix: webhook test race 2022-01-25 20:45:45 +01:00
Moritz Johner
f7cba10d0e docs: add e2e test docseurope-west1-b
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 17:10:53 +01:00
paul-the-alien[bot]
d52f5c3741
Merge pull request #639 from external-secrets/feature/test-e2e
chore: test e2e
2022-01-25 14:36:23 +00:00
Moritz Johner
608526a705 chore: fix e2e managed pipeline
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 15:35:43 +01:00
Gustavo Carvalho
0766178690 Improved controllerClass guides
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-25 11:26:17 -03:00
paul-the-alien[bot]
0240529a84
Merge pull request #637 from external-secrets/feature/test-e2e
chore: test e2e dynamic check
2022-01-25 14:18:38 +00:00
Moritz Johner
77cbdff46a chore: test e2e dynamic check
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 15:18:12 +01:00
paul-the-alien[bot]
d6c06fabb1
Merge pull request #636 from external-secrets/feature/test-e2e
chore: test e2e / dynamic checks
2022-01-25 14:10:54 +00:00
Gustavo Carvalho
8f15ad42a5 Added kubebuilder installation for non-linux-amd64 developers
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-25 11:04:19 -03:00
Sebastian Gomez
e552142b97 Fixed failing (broken) test 2022-01-25 08:13:44 -05:00
Moritz Johner
3b58856931 chore: test e2e / dynamic checks
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 13:51:12 +01:00
paul-the-alien[bot]
06f59b7d14
Merge pull request #634 from external-secrets/feature/test-e2e
chore: test e2e managed
2022-01-25 12:39:44 +00:00
Gustavo Carvalho
d694bb4b9b Added make reviewable
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-25 09:39:37 -03:00
Gustavo Carvalho
b95d82dc39 Fixing trailing whitespace
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-25 09:24:00 -03:00
Gustavo Carvalho
7df28de2d8 Merge branch 'main' into fix/docs 2022-01-25 09:15:07 -03:00
Moritz Johner
0fbf65f5cd fix(e2e): create check dynamically
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 13:09:29 +01:00
Gustavo Carvalho
33fb42df53 Changed Dev guide
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-25 08:21:09 -03:00
paul-the-alien[bot]
580efb0f84
Merge pull request #633 from external-secrets/feature/test-e2e
chore: test e2e-managed
2022-01-25 07:12:32 +00:00
Moritz Johner
5d396e1351 chore: test e2e-managed
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-25 08:04:17 +01:00
Sebastian Gomez
d607eb60df main conflict resolution 2022-01-24 16:52:20 -05:00
Sebastian Gomez
4ca7aeb3d7 Removed duplicated code 2022-01-24 16:45:18 -05:00
Sebastian Gomez
0cc03caae4 Fixed lint issues 2022-01-24 16:17:18 -05:00
Sebastian Gomez
f4d1b8dd22 Modified CRD according to the discussion 2022-01-24 15:54:34 -05:00
paul-the-alien[bot]
0046551431
Merge pull request #632 from external-secrets/feature/test-e2e
chore: test e2e
2022-01-24 20:40:40 +00:00
Moritz Johner
759d241cd9 chore: test e2e
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-24 21:28:37 +01:00
paul-the-alien[bot]
aa7b3ac33b
Merge pull request #631 from external-secrets/feature/test-e2e
chore: test e2e
2022-01-24 19:35:20 +00:00
Moritz Johner
ea5689a945 chore: test e2e
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-01-24 20:23:33 +01:00
paul-the-alien[bot]
c14c0ac930
Merge pull request #630 from external-secrets/feature/test-e2e
chore: test e2e
2022-01-24 14:02:51 +00:00