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

408 commits

Author SHA1 Message Date
Andrew
45ef86e8db
unable to patch secret. is forbidden 2021-07-28 14:50:29 -07:00
paul-the-alien[bot]
f568eb56f8
Merge pull request #293 from external-secrets/bump-0.3.1
chore: bump helm
2021-07-28 15:11:04 +00:00
Moritz Johner
c658e42967 chore: bump helm 2021-07-28 17:03:10 +02:00
paul-the-alien[bot]
e0c5f921e5
Merge pull request #290 from external-secrets/fix/res-leak
fix: resource leak
2021-07-28 10:51:50 +00:00
Moritz Johner
8e61b49c82 fix: resource leak 2021-07-28 09:45:25 +02:00
paul-the-alien[bot]
d537517cb8
Merge pull request #276 from external-secrets/feature/add-arm-builds
add arm build
2021-07-28 07:38:16 +00:00
paul-the-alien[bot]
22632116c2
Merge pull request #275 from Jabray5/new-azure-getsecretmap
fix azure GetSecretMap
2021-07-28 07:29:21 +00:00
paul-the-alien[bot]
4158c583c5
Merge pull request #282 from external-secrets/tests/p12cert
tests: p12cert for gcp
2021-07-28 07:22:13 +00:00
Lucas Severo Alves
b01497cc54 fix: GetSecretMap unit test, return error for key,cert
Co-authored-by: Joey Brayshaw <joeybrayshaw@gmail.com>
2021-07-27 19:28:53 +02:00
jabray5
2f3c2f1bc7 fixed error formatting 2021-07-27 14:55:31 +01:00
paul-the-alien[bot]
bd6e868474
Merge pull request #279 from zeonin/main
Fix Openshift 4.7 issues
2021-07-25 13:01:17 +00:00
paul-the-alien[bot]
25f04b506e
Merge pull request #283 from external-secrets/chore/bump-helm
chore: bump helm
2021-07-25 12:23:24 +00:00
Moritz Johner
52f24f2c31 chore: bump helm 2021-07-25 14:16:40 +02:00
Lucas Severo Alves
16bd26031b fix: lint and let test reside in gcp suite 2021-07-24 17:12:23 +02:00
Lucas Severo Alves
7f71c4a287 test: e2e test for p12 cert 2021-07-24 16:49:51 +02:00
paul-the-alien[bot]
2ebfbbfab9
Merge pull request #281 from external-secrets/fix/azure_sc
fix: missing key in store snippet
2021-07-24 13:14:26 +00:00
paul-the-alien[bot]
c734e4ddf5
Merge pull request #278 from ricardoptcosta/lint-fix
minor correction in lint warning
2021-07-24 13:08:55 +00:00
Lucas Severo Alves
d3f7cb545c fix: missing key in store snippet 2021-07-24 15:06:53 +02:00
Lawrence Brogan
3a4dfadb68 Fix Openshift 4.7 issues
Add `externalsecrets/finalizers` to the controller ClusterRole.

Loop through all ServiceAccount secrets for the token before failing
unstead of solely checking the first one.
2021-07-23 11:31:16 -06:00
ric
494b9fcbcf minor correction in lint warning 2021-07-23 16:58:22 +01:00
Tymofii Polekhin
cf694874c3
Feature/ibm support more secret types (#271)
* ibm: add username_password, iam_credentials, imported_cert secret types. Update secrets-manager-go-sdk to v1.0.23.

* ibm: fix secret type test

* Fix lint issues

* run go mod tidy

* add tests for new secret types
2021-07-22 00:07:25 +02:00
Moritz Johner
7a86987791 feat: add arm build 2021-07-21 23:44:53 +02:00
jabray5
3f6df6f158 fix azure GetSecretMap 2021-07-21 15:53:18 +01:00
paul-the-alien[bot]
8827e3ab92
Merge pull request #251 from external-secrets/feature/aws-jwt
feat(aws): add jwt authentication
2021-07-17 19:14:27 +00:00
Moritz Johner
466938522c feat(aws): add jwt authentication 2021-07-17 20:39:24 +02:00
Lucas Severo Alves
846562e057
Merge pull request #266 from ElsaChelala/nil-interface
Nil interface check - Comparison test changes
2021-07-15 17:04:49 +02:00
Elsa Chelala
f80462f4b9 Implemented test for nil client 2021-07-15 09:50:05 -04:00
paul-the-alien[bot]
e8e1ba0203
Merge pull request #269 from external-secrets/fix(docs)-typo-in-ssh-secret-example
Update gcpsm-ssh-auth-externalsecret.yaml
2021-07-15 11:00:11 +00:00
Lucas Severo Alves
e2ae09f5e2
Update gcpsm-ssh-auth-externalsecret.yaml 2021-07-15 12:59:26 +02:00
paul-the-alien[bot]
0d7f45d0a9
Merge pull request #268 from external-secrets/docs/common-k8s-secret-types
fix(docs): typo in secret name
2021-07-15 09:57:23 +00:00
Lucas Severo Alves
9cd55b885f fix(docs): typo in secret name 2021-07-15 11:52:48 +02:00
paul-the-alien[bot]
6bbed63382
Merge pull request #267 from external-secrets/docs/common-k8s-secret-types
docs: more examples os specific k8s secret types
2021-07-15 09:02:22 +00:00
Lucas Severo Alves
00c22eef07 docs: more examples os specific k8s secret types 2021-07-14 22:10:33 +02:00
Elsa Chelala
decbc10405 Add error condition in the secretsmanager tests.
Also added check to see if the interface is nil in GCP provider.
2021-07-14 15:34:26 -04:00
paul-the-alien[bot]
083c7feeec
Merge pull request #264 from external-secrets/docs/all-keys-one-secret
docs: adding docs for dataFrom example
2021-07-14 19:24:25 +00:00
Lucas Severo Alves
cdc9401d68 docs: adding docs for dataFrom example 2021-07-14 11:33:18 +02:00
paul-the-alien[bot]
2ab5bf800e
Merge pull request #262 from external-secrets/feature/refactor-e2e
fix(e2e): refactor e2e tests
2021-07-13 15:45:33 +00:00
paul-the-alien[bot]
c70e83c5de
Merge pull request #259 from external-secrets/feature/creation-policy
feat(ctrl): implement creationPolicy=Merge/None
2021-07-13 15:44:29 +00:00
Moritz Johner
ea46ec1911 fix(e2e): refactor e2e tests 2021-07-12 22:03:59 +02:00
Moritz Johner
59a851c941 feat(ctrl): implement creationPolicy=Merge/None 2021-07-12 18:45:44 +02:00
paul-the-alien[bot]
0613b904b6
Merge pull request #260 from external-secrets/bump-0.2.3
chore: bump helm
2021-07-10 20:00:57 +00:00
Moritz Johner
239f1c835b chore: bump helm 2021-07-10 21:52:17 +02:00
paul-the-alien[bot]
cdae290e5f
Merge pull request #250 from external-secrets/feature/add-loglevel
feat: allow setting loglevel
2021-07-10 19:08:42 +00:00
paul-the-alien[bot]
932b060e33
Merge pull request #258 from external-secrets/docs-funding
feat: add open-collective funding button
2021-07-10 19:08:31 +00:00
paul-the-alien[bot]
b10ba478d5
Merge pull request #257 from external-secrets/fix/tpl-from
fix(template): fix templateFrom tpl execution
2021-07-10 19:08:08 +00:00
Moritz Johner
68edee31ee
feat: add open-collective funding button 2021-07-10 18:04:43 +02:00
Moritz Johner
6d2f3dd7b1 fix(template): fix templateFrom tpl execution 2021-07-10 17:51:16 +02:00
paul-the-alien[bot]
aac2231b87
Merge pull request #254 from ricardoptcosta/bump-v0.2.2
bump to version 0.2.2
2021-07-09 13:02:26 +00:00
ric
6170b2ceb8 bump to version 0.2.2 2021-07-08 22:31:06 +01:00
Moritz Johner
6e8503d7a0 feat: allow setting loglevel
also disables stacktraces from debug mode
2021-07-07 21:23:03 +02:00