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

582 commits

Author SHA1 Message Date
Spiros Economakis
73ec3a5368
Fix the issue for non deleting one/more key-value pair
The issue is that the `dataMap` from the provider returns only the remaining data
and we were updating partially the current `secretMap` only for the keys included
in the new value.

Ticket: #315
2021-08-18 14:30:20 +03:00
zamysel
6b2f852eb6 Add support for Yandex Lockbox: custom API endpoint 2021-08-17 20:13:13 +03:00
zamysel
0815fcf857 Add support for Yandex Lockbox: tests 2021-08-17 19:30:05 +03:00
zamysel
7017935888 Add support for Yandex Lockbox 2021-08-12 20:05:02 +03:00
HenningE
328cf881b8
feat: add status printcolumn to ES CRD (#318) 2021-08-10 17:10:56 +02:00
paul-the-alien[bot]
ccfd497921
Merge pull request #313 from external-secrets/dependabot/github_actions/fkirc/skip-duplicate-actions-3.4.1
chore(deps): bump fkirc/skip-duplicate-actions from 3.4.0 to 3.4.1
2021-08-10 13:37:54 +00:00
paul-the-alien[bot]
0e867e9b71
Merge pull request #310 from external-secrets/docs/ibm-secret-types
docs: add ibm secret types docs
2021-08-10 13:27:44 +00:00
dependabot[bot]
dedb41376e
chore(deps): bump fkirc/skip-duplicate-actions from 3.4.0 to 3.4.1
Bumps [fkirc/skip-duplicate-actions](https://github.com/fkirc/skip-duplicate-actions) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/fkirc/skip-duplicate-actions/releases)
- [Changelog](https://github.com/fkirc/skip-duplicate-actions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/fkirc/skip-duplicate-actions/compare/v3.4.0...v3.4.1)

---
updated-dependencies:
- dependency-name: fkirc/skip-duplicate-actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 08:04:12 +00:00
dependabot[bot]
96def7a8a9
chore(deps): bump alpine from 3.14.0 to 3.14.1
Bumps alpine from 3.14.0 to 3.14.1.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-09 08:04:11 +00:00
paul-the-alien[bot]
d2cfb11112
Merge pull request #311 from external-secrets/bump-0.3.3
chore(helm): bump 0.3.3
2021-08-07 22:10:40 +00:00
Moritz Johner
b14ef0281a chore(helm): bump 0.3.3 2021-08-07 23:59:46 +02:00
Spiros Economakis
f1829f0445
Set the metric when is deleted to condition deleted and false (#306)
* Set the metric when is deleted to condition deleted and false

When a metrics is deleted metrics are still shown ready and condition true.
In practice this gives the wrong monitoring as the external secret in practice
is deleted.

Issue: #231

* Fix name and namespace for the metric of deletion
2021-08-07 23:40:26 +02:00
Moritz Johner
9496f415f8 docs(ibm): add note for the /api suffix
The /api suffix must not be used in the provider url.
2021-08-07 16:03:29 +02:00
Moritz Johner
2541b26d42 docs: add ibm secret types docs
Co-Authored-By: Tymofii Polekhin <tpolekhin@users.noreply.github.com>
2021-08-07 15:53:31 +02:00
paul-the-alien[bot]
07bd871470
Merge pull request #304 from external-secrets/feat/vault-auth-e2e
feat: add vault e2e tests
2021-08-07 10:41:50 +00:00
Moritz Johner
12b66d711b
fix: ok-to-test trigger (#309) 2021-08-07 12:39:43 +02:00
paul-the-alien[bot]
4b72792f1f
Merge pull request #284 from external-secrets/dependabot/github_actions/codecov/codecov-action-2.0.2
chore(deps): bump codecov/codecov-action from 1 to 2.0.2
2021-08-07 09:21:15 +00:00
Moritz Johner
9c5c0415c1 feat: add vault e2e tests 2021-08-06 22:25:55 +02:00
paul-the-alien[bot]
f4ea9c55d9
Merge pull request #285 from external-secrets/dependabot/github_actions/peter-evans/slash-command-dispatch-2.2.1
chore(deps): bump peter-evans/slash-command-dispatch from 1 to 2.2.1
2021-08-04 19:06:31 +00:00
paul-the-alien[bot]
e0a3eb648b
Merge pull request #302 from ContainerSolutions/k8s_common_types_e2e_tests
K8s common types e2e tests
2021-08-04 09:29:07 +00:00
paul-the-alien[bot]
47eb839344
Merge pull request #303 from external-secrets/fix/skip-refresh
fix: zero refreshInterval shouldn't sync
2021-08-04 05:59:48 +00:00
Kian
abe1a9a202 Fixing incoming changes 2021-08-03 22:38:59 +02:00
Kian
17fa30737c Attempting to fix lint issues with gofmt -s 2021-08-03 13:20:18 +01:00
KianTigger
28b50123e3
Adding back removals caused by incorrect commit.
Pulled wrong version to edit and commit. Undoing changes.
2021-08-03 13:09:30 +01:00
KianTigger
3eeb69c897
Merge branch 'main' into k8s_common_types_e2e_tests 2021-08-03 13:01:59 +01:00
Kian
0558fb6f13 Fixing merge issues and secret logging 2021-08-03 12:53:45 +01:00
Kian
7167e042b6 Fixing merge issues and secret logging 2021-08-03 12:51:55 +01:00
Kian
3514227291 Amending logging secret values when debugging. Kept different error messages 2021-08-03 11:59:22 +01:00
KianTigger
78b0589a07
Merge branch 'external-secrets:main' into main 2021-08-03 11:49:55 +01:00
Kian
f413c5e5d7 Amending logging secret values when debugging. Kept different error messages 2021-08-03 11:42:10 +01:00
Moritz Johner
49fbf72bf6 fix: zero refreshInterval shouldn't sync 2021-08-02 22:48:13 +02:00
Lucas Severo Alves
3c6e548cfa we want inner values to be strings, even if it is json strings 2021-08-01 10:36:52 +02:00
Kian
6feafe9043 Changing secret types to match test 2021-08-01 10:30:26 +02:00
Kian
6f3adf91d5 fixing lint issues 2021-08-01 10:11:21 +02:00
paul-the-alien[bot]
e65658d543
Merge pull request #265 from ricardoptcosta/mtls-auth
feat: adding Vault TLS client authentication
2021-07-30 14:20:42 +00:00
Kian
128bba3034 Changing secret types to match test 2021-07-30 10:50:14 +01:00
Kian
fec30259e9 fixing lint issues 2021-07-29 13:17:07 +01:00
Kian
77638df745 fixing lint issues 2021-07-29 13:14:34 +01:00
Kian
5558a90523 fixing lint issues 2021-07-29 13:11:23 +01:00
Kian
1164ea56c5 fixing lint issues 2021-07-29 13:05:08 +01:00
Kian
77e910af97 Removing irrelevant comment change 2021-07-29 12:35:38 +01:00
Kian
7be8db468e fixing local changes 2021-07-29 12:25:08 +01:00
KianTigger
6cc66d17cc
Merge branch 'main' into k8s_types_e2e_tests 2021-07-29 12:02:46 +01:00
Kian
db6b9297cd fixing conflicts and pulling changes 2021-07-29 11:43:57 +01:00
paul-the-alien[bot]
d354549924
Merge pull request #296 from external-secrets/bump-0.3.2
chore: bump helm chart
2021-07-29 07:36:39 +00:00
Moritz Johner
2f61ee2d7e chore: bump helm chart 2021-07-29 09:21:25 +02:00
paul-the-alien[bot]
972801f0cf
Merge pull request #295 from external-secrets/fix/release-main
fix: promote main on release
2021-07-29 07:12:51 +00:00
Moritz Johner
bc6241553b fix: promote main on release 2021-07-29 08:57:26 +02:00
paul-the-alien[bot]
44b782a85f
Merge pull request #294 from atsai1220/patch-2
unable to patch secret. is forbidden
2021-07-29 06:11:59 +00:00
Andrew
45ef86e8db
unable to patch secret. is forbidden 2021-07-28 14:50:29 -07:00