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

607 commits

Author SHA1 Message Date
ric
494b9fcbcf minor correction in lint warning 2021-07-23 16:58:22 +01:00
Kian Kordtomeikel
723d8b53b6 fixed error messages and switch case in vault provider. Attempted fixes for vault JSON syncing errors 2021-07-23 16:01:08 +01:00
Kian Kordtomeikel
4d644f847c Playing around with vault errors 2021-07-23 09:27:23 +01:00
ric
a772f6339e fix lint warnings 2021-07-23 08:56:02 +01:00
Kian Kordtomeikel
621f5fbefd reversing changes to simpledatasync 2021-07-22 15:23:31 +01:00
Kian Kordtomeikel
41d5ad4dc1 Testing changing secret value to JSON to work with vault 2021-07-22 14:50:54 +01:00
KianTigger
3375969bc4
Merge branch 'external-secrets:main' into main 2021-07-22 13:00:59 +01:00
Kian Kordtomeikel
686cad9234 SSH Key common sync test, JSON Parsing error with vault. 2021-07-22 13:00:21 +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
ric
44ef7756ef refactoring to implement changes suggested in pull request 265 ,namely, 1) fetch client certificate and key as tls k8s secrets and 2) pass them directly to TLSClientConfig avoiding storing in disk 2021-07-21 22:30:49 +01:00
Kian Kordtomeikel
65475983e2 updating message, doesn't work with vault 2021-07-21 19:47:35 +01:00
KianTigger
fcf1f84cf3 Docker json template test added to common 2021-07-21 17:35:08 +01:00
Kian Kordtomeikel
c1ed066c45 common dockerjson config test 2021-07-21 16:41:32 +01:00
jabray5
3f6df6f158 fix azure GetSecretMap 2021-07-21 15:53:18 +01:00
ric
4221c1b151 remove cacert from client Authentication. It's already in CABundle. 2021-07-20 14:44:58 +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
ric
7de9dc98c5 small fix on constant name 2021-07-14 16:39:50 +01:00
ric
0edf4154da merge with main 2021-07-14 14:26:04 +01:00
ric
c7fc6b24d3 complete initial version to review 2021-07-14 13:00:24 +01:00
ric
7d2d83d695 update crds to inclue client and ca certs but not client private key 2021-07-14 12:59:04 +01:00
Lucas Severo Alves
cdc9401d68 docs: adding docs for dataFrom example 2021-07-14 11:33:18 +02:00
ric
daffd18457 start work on getClientCertPath() 2021-07-13 22:55:21 +01:00
ric
73be01d492 most work done - missing unit tests and path do certs 2021-07-13 21:44:10 +01: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
paul-the-alien[bot]
03d61864b4
Merge pull request #248 from external-secrets/fix/docs-typo
fix(docs): correct parameter store policy typo
2021-07-07 15:56:41 +00:00