Alby Hernández
6da6581b44
Add FluxCD GitOps documentation
2021-12-17 00:50:50 +00:00
Moritz Johner
7f4a1cd876
docs: add OLM docs
2021-12-16 20:52:58 +01:00
paul-the-alien[bot]
78d046b712
Merge pull request #530 from ADustyOldMuffin/add-docs-and-fix-ca-vault
...
Add documentation for CAProvider namespace and fix issue with SecretStore
2021-12-16 19:44:24 +00:00
Moritz Johner
f468868b5b
fix: secret store comment
2021-12-16 20:17:24 +01:00
Vladimir Fedin
c351efcc15
Add ability provide CA for Yandex' Lockbox provider ( #487 )
...
* Add ability provide CA for Yandex' Lockbox provider
* Add tests for getting CA from secrets at Lockbox provider
* fixup! Add tests for getting CA from secrets at Lockbox provider
Co-authored-by: Vladimir Fedin <vladimirfedin@yandex-team.ru>
2021-12-16 20:16:23 +01:00
paul-the-alien[bot]
b210907b2c
Merge pull request #533 from mixpanel/andy-GCP-SM-handle-non-string-values
...
Support common idiom for GCP SM
2021-12-16 18:53:38 +00:00
paul-the-alien[bot]
b7ea9a603b
Merge pull request #535 from external-secrets/fix/typo
...
Fix typo
2021-12-16 17:46:17 +00:00
Lucas Severo Alves
63881ce207
Fix typo
2021-12-16 18:45:33 +01:00
paul-the-alien[bot]
9a9b731d5d
Merge pull request #424 from external-secrets/chore/adopters
...
Create ADOPTERS.md
2021-12-16 17:34:18 +00:00
Lucas Severo Alves
2ac63bfc2a
Update ADOPTERS.md
2021-12-16 18:33:20 +01:00
Andrew Leap
60fd67aeec
Add testcase
2021-12-16 15:14:27 +00:00
paul-the-alien[bot]
0d74585e91
Merge pull request #528 from rodrmartinez/docs/guide-using-latest-image
...
Adds guide to use upstream main image
2021-12-15 20:57:31 +00:00
paul-the-alien[bot]
067b4ddb88
Merge pull request #532 from beastob/working
...
Add annotation to Deployment
2021-12-15 20:51:34 +00:00
Andrew Leap
f1fad4576c
Support common idiom for GCP SM
...
Common idiom for GCP SM is like:
{
"name": {
"client_id": "<client_id>",
"client_secret": "<client_secret>",
}
}
Using DataFrom, the current GCP SM will fail to unmarshal cause it's expecting
{
"name": "{\"client_id\": \"<client_id>\", \"client_secret\": \"<client_secret>\"}",
}
which is much more annoying to work with. By tweaking the implementation to
try to decode to a string, but if that fails, use the raw []byte of the value
we get the best of both worlds.
2021-12-15 18:47:43 +00:00
beastob
67991140e9
Add annotations to Deployment
...
Signed-off-by: beastob <beastob.mark1@gmail.com>
2021-12-15 23:46:33 +08:00
rodmartinez
ba1c15ba7a
adds advise
2021-12-15 12:04:01 -03:00
paul-the-alien[bot]
1ee4fb69db
Merge pull request #531 from external-secrets/chore/bump-release
...
chore: bump chart 0.3.10
2021-12-15 09:39:46 +00:00
Moritz Johner
57191a4726
chore: bump chart 0.3.10
2021-12-15 10:24:52 +01:00
paul-the-alien[bot]
f8cd59c764
Merge pull request #442 from ADustyOldMuffin/ibm-enable-retries
...
Enable Secret Store retries
2021-12-14 08:44:50 +00:00
Daniel Hix
6811bcbd0b
Update documentation
2021-12-13 17:07:42 -06:00
Daniel Hix
d53b3df7f8
Remove namespace requirement for secret store and require for cluster secret store
2021-12-13 17:07:32 -06:00
Daniel Hix
e8791280a9
Some quick lint fixes.
2021-12-13 14:27:15 -06:00
Daniel Hix
d0a46060cc
Add test to check for invalid duration input.
2021-12-13 14:14:37 -06:00
Daniel Hix
082cee230f
Merge branch 'main' into ibm-enable-retries
2021-12-13 13:27:57 -06:00
rodmartinez
53cfe2584b
Adds guide to use upstream main image
2021-12-13 14:54:44 -03:00
paul-the-alien[bot]
94616a2689
Merge pull request #524 from external-secrets/chore/bump-gjson-go-jwt
...
chore: bump gjson and go-jwt
2021-12-13 12:32:07 +00:00
Lucas Severo Alves
0de6401469
chore: bump gjson and go-jwt
2021-12-13 13:15:18 +01:00
paul-the-alien[bot]
fc27a1d378
Merge pull request #519 from austinpray-mixpanel/patch-2
...
fixes "template" spelling
2021-12-08 07:34:03 +00:00
Austin Pray
8cdb8e0be3
fixes "template" spelling
...
Corrects minor spelling issue
2021-12-07 17:25:57 -06:00
paul-the-alien[bot]
1e9ba0ceb5
Merge pull request #514 from vazul/azure_managed_identity
...
Supporting Managed Identity authentication for Azure Keyvault
2021-12-07 08:45:26 +00:00
paul-the-alien[bot]
d7cab06cf4
Merge pull request #517 from external-secrets/chore/bump-0.3.9
...
chore: bump chart 0.3.9
2021-12-06 14:04:33 +00:00
Lucas Severo Alves
81eaee7ce0
chore: bump chart 0.3.9
2021-12-06 14:50:30 +01:00
paul-the-alien[bot]
7942808758
Merge pull request #516 from external-secrets/chore/replace-alpine
...
chore: replace alpine by distroless
2021-12-06 13:47:38 +00:00
Lucas Severo Alves
8a99845d70
chore: replace alpine by distroless
2021-12-06 14:17:24 +01:00
Laszlo Varadi
a976e32831
Supporting Managed Identity authentication for Azure Keyvault
2021-12-06 10:26:34 +01:00
paul-the-alien[bot]
c27c5462cb
Merge pull request #506 from external-secrets/dependabot/github_actions/actions/cache-2.1.7
...
Bump actions/cache from 2.1.6 to 2.1.7
2021-11-29 12:13:57 +00:00
paul-the-alien[bot]
53c16770c0
Merge pull request #507 from external-secrets/promote-beta
...
Promote aws and gcp to beta
2021-11-29 12:13:08 +00:00
paul-the-alien[bot]
f1d0c2a5cc
Merge pull request #505 from external-secrets/dependabot/docker/alpine-3.15.0
...
Bump alpine from 3.14.3 to 3.15.0
2021-11-29 11:59:36 +00:00
Lucas Severo Alves
02389359a9
Promote aws and gcp to beta
2021-11-29 12:57:04 +01:00
dependabot[bot]
e2f237dc4d
Bump actions/cache from 2.1.6 to 2.1.7
...
Bumps [actions/cache](https://github.com/actions/cache ) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/actions/cache/releases )
- [Commits](https://github.com/actions/cache/compare/v2.1.6...v2.1.7 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 08:05:28 +00:00
dependabot[bot]
3e0fa76ba3
Bump alpine from 3.14.3 to 3.15.0
...
Bumps alpine from 3.14.3 to 3.15.0.
---
updated-dependencies:
- dependency-name: alpine
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 08:05:26 +00:00
paul-the-alien[bot]
35569c759b
Merge pull request #502 from external-secrets/fix-nil-ptr
...
fix: IsNil fails on struct value
2021-11-26 12:59:51 +00:00
Moritz Johner
12a25fca8b
fix: IsNil fails on struct value
2021-11-26 09:59:10 +01:00
Ahmed MUSTAFA
257f6e8ea5
Add GetAllSecrets method to the provider interface
2021-11-25 16:26:14 +01:00
paul-the-alien[bot]
0d148c828b
Merge pull request #496 from mmontes11/vault-check-nil-values
...
fix: checking nil values when reading secret in vault provider
2021-11-21 14:03:37 +00:00
Martin Montes
394c4257f1
Checking nil value when parsing secret values. Added tests
2021-11-19 11:15:07 +01:00
Martin Montes
d09beae10b
fix: checking nil values when reading secret in vault provider
2021-11-18 19:23:17 +01:00
Lucas Severo Alves
2c07e7d49a
Merge pull request #475 from renanaAkeyless/main
...
Add Akeyless provider
2021-11-16 13:09:20 +01:00
renanaAkeyless
34ea6f21be
update docs
2021-11-15 21:24:03 +02:00
paul-the-alien[bot]
c036a10bbd
Merge pull request #489 from external-secrets/dependabot/docker/alpine-3.14.3
...
Bump alpine from 3.14.2 to 3.14.3
2021-11-15 16:30:30 +00:00