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

1303 commits

Author SHA1 Message Date
Lucas Severo Alves
395fee02b3 chore: bump chart to 0.3.11 2022-01-06 15:08:43 +01:00
paul-the-alien[bot]
1bb916df2f
Merge pull request #566 from kuzm1ch/main
fix(docs): typo in kubectl commands
2022-01-06 14:04:35 +00:00
Brent Spector
5edb7e6af2 format for lint 2022-01-05 17:01:15 -08:00
Brent Spector
26f9be4fb1 add path to jwt vault auth 2022-01-05 15:22:00 -08:00
Brent Spector
561bd3ae56 Add support for mount path in ldap auth 2022-01-05 14:54:50 -08:00
Mykhailo Kuzmich
0de0796fcd fix(docs): typo in kubectl commands 2022-01-06 00:10:02 +02:00
Lucas Severo Alves
ae6cadf70c Use ClusterSecretStore so we set namespace of SA 2021-12-31 11:26:14 +01:00
Lucas Severo Alves
25763fde81 e2e testing for gcp Workload Identity 2021-12-30 22:08:00 +01:00
Willem Monsuwe
aed3d30736 Apparently I was a bit overzealous in removing nil checks 2021-12-30 10:45:36 +01:00
Nasir Hussain
67394b9065
Fix documentation for namespace in ClusterSecretStore
I was facing SecretsSyncedError due to namespace being not set in case of a ClusterSecretStore.

Where should i add the NOTE ?
2021-12-30 14:19:22 +05:00
Willem Monsuwe
fe043ed8ed TIL you can range over nil slices in go 2021-12-30 09:02:29 +01:00
Willem Monsuwe
f971d4b9b3 Try to address some complexity code smells 2021-12-29 17:18:52 +01:00
Willem Monsuwe
d04508e974 Added generic webhook provider
This provider allows a secretstore with a generic url (templated)
which will be called with a defined method, headers (templated)
and optional body (also templated)
The response can be parsed out with a jsonPath expression
2021-12-29 10:53:29 +01:00
paul-the-alien[bot]
3b9bbfd1f6
Merge pull request #557 from krrrr38/cluster-secret-store-irsa-setting-example
add ClusterSecretStore AWS IRSA example setting docs
2021-12-29 00:00:11 +00:00
krrrr38
afb2690fba add ClusterSecretStore AWS IRSA example setting 2021-12-29 07:23:48 +09:00
paul-the-alien[bot]
05a8f17396
Merge pull request #551 from haoxins/chore-go-mod-17
mod: Upgrade to golang 1.17
2021-12-27 16:44:02 +00:00
paul-the-alien[bot]
deedb56e9c
Merge pull request #550 from haoxins/chore-gitignore
chore: fix git ignore
2021-12-27 16:23:39 +00:00
paul-the-alien[bot]
fe6ec038a3
Merge pull request #552 from external-secrets/chore/add_rodrmartinez
Add rodrmartinez as maintainer
2021-12-27 16:06:30 +00:00
Lucas Severo Alves
e875239405
Add rodrmartinez as maintainer 2021-12-27 16:53:28 +01:00
Lucas Severo Alves
fc4eedfd63
Merge pull request #427 from jack-evans/concurrency
add concurrent flag to allow more reconciles at the same time
2021-12-27 11:10:45 +01:00
paul-the-alien[bot]
b71e599c7d
Merge pull request #545 from external-secrets/fix/awssm-nested-val
fix: supported nested json with dataFrom
2021-12-27 10:10:21 +00:00
Hao Xin
66752281e9 mod: Upgrade to golang 1.17 2021-12-27 11:21:10 +08:00
Hao Xin
9b9d2d1a33 chore: fix git ignore 2021-12-27 11:13:03 +08:00
Moritz Johner
b9f2910182 fix: supported nested json with dataFrom
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2021-12-22 21:11:39 +01:00
paul-the-alien[bot]
ac4d5525c8
Merge pull request #538 from external-secrets/feat/gcp-workload-identity
GCP workload identity via Service Account Tokens
2021-12-20 22:14:06 +00:00
Jack Evans
5e74da3342
add specific concurrent option to helm chart 2021-12-17 15:37:38 +00:00
Jack Evans
d77f543c98
add concurrent flag to allow more reconciles at the same time 2021-12-17 15:36:51 +00:00
Moritz Johner
9c7abdfdac chore: update go to 1.17 2021-12-17 12:23:57 +01:00
Moritz Johner
979cf851c7 docs: add workload identity to gcp 2021-12-17 12:20:12 +01:00
Moritz Johner
80fac0f697 feat: add gcp workload identity via SA
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2021-12-17 12:20:12 +01:00
paul-the-alien[bot]
93483832a1
Merge pull request #536 from external-secrets/feat/add-olm-install-release-docs
docs: add OLM docs
2021-12-17 11:13:08 +00:00
paul-the-alien[bot]
b4a0f554c2
Merge pull request #539 from achetronic/add-gitops-deployment-documentation
Add FluxCD GitOps documentation
2021-12-17 10:04:11 +00:00
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