1
0
Fork 0
mirror of https://github.com/external-secrets/external-secrets.git synced 2024-12-15 17:51:01 +00:00
Commit graph

768 commits

Author SHA1 Message Date
dependabot[bot]
e67aafac73
chore(deps): bump peter-evans/slash-command-dispatch from 1 to 2.2.1
Bumps [peter-evans/slash-command-dispatch](https://github.com/peter-evans/slash-command-dispatch) from 1 to 2.2.1.
- [Release notes](https://github.com/peter-evans/slash-command-dispatch/releases)
- [Commits](https://github.com/peter-evans/slash-command-dispatch/compare/v1...v2.2.1)

---
updated-dependencies:
- dependency-name: peter-evans/slash-command-dispatch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 08:03:00 +00:00
dependabot[bot]
baed468318
chore(deps): bump codecov/codecov-action from 1 to 2.0.2
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.2.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.0.2)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-26 08:02:56 +00: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
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