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

137 commits

Author SHA1 Message Date
auyer
e19408fd84 Adds string replacement usage and test in Template 2022-04-27 16:52:41 -03:00
Joseph Villarreal Lopez
749337d070
Update gcpsm-docker-config-externalsecret.yaml
name entry is duplicated
2022-04-26 16:24:42 -06:00
Moritz Johner
c2bcceb057
feat: implement deletionPolicy (#900)
* feat: implement deletionPolicy

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: Gustavo Fernandes de Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-05 13:38:06 +02:00
paul-the-alien[bot]
d645cd8558
Merge pull request #937 from external-secrets/chore/getallsecrets-docs
Chore: GetAllSecrets documentation
2022-04-05 09:54:49 +00:00
Alfred Krohmer
d7022b1bef
feat(vault): add option for JWT backend to authenticate with Kubernetes service account token (#768) 2022-04-04 21:20:58 +02:00
Gustavo Carvalho
082df803a6 GetAllSecrets docs
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-04-04 10:02:58 -03:00
Gustavo Fernandes de Carvalho
4ca3cd6636
Merge pull request #870 from haf-tech/ibmcloud-sm-kv2
Enhance IBM Secrets Manager support with kv secretType
2022-03-31 04:18:11 -03:00
Hafid.Haddouti
763019d1ff Enhance IBM SM provider for SecretMap 2022-03-26 12:28:26 +01:00
Gustavo Carvalho
2bfa7bcf82 Removing namespace references from full-secret-store.yaml
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-25 12:55:59 -03:00
Hafid.Haddouti
4bc0b2a12a Merge from main 2022-03-23 19:20:00 +01:00
paul-the-alien[bot]
697c4dcdd6
Merge pull request #849 from ibm-cloud-security/main
Add public_cert support
2022-03-23 13:27:55 +00:00
Moritz Johner
cf7e3832ae
feat(azure): implement workload identity (#738)
* feat(azure): implement workload identity

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
Co-authored-by: Henning Eggers <henning.eggers@inovex.de>
2022-03-22 21:59:01 +01:00
Hafid.Haddouti
03da4458af Finalize kv secretType support for IBM Cloud SM 2022-03-22 18:01:14 +01:00
Hafid Haddouti
1bbc02daaf Enhance IBM Secrets Manager support with kv secretType 2022-03-21 19:07:48 +01:00
nitzann
0d3a5e9fa5 Add public_cert support 2022-03-20 11:46:06 +02:00
Daniel Hix
324c7def06
feat: implement ClusterExternalSecret (#542)
Co-authored-by: Gustavo Fernandes de Carvalho <gusfcarvalho@gmail.com>
2022-03-20 09:32:27 +01:00
paul-the-alien[bot]
fb056cc9b5
Merge pull request #784 from external-secrets/feature/hashivault-getallsecrets
Implements Hashicorp Vault GetAllSecrets
2022-03-12 11:19:04 +00:00
Hafid Haddouti
910eeeae0c
Minor change - refreshInterval 60m
this template is used mostly as is, and the previous `refreshInterval` of `1m` is to high and produces only too much pressure on the API endpoints
2022-03-10 19:32:28 +01:00
paul-the-alien[bot]
439ecfaf9d
Merge pull request #783 from AtzeDeVries/allow-gcp-cross-project-secrets
GCP: allow cluster to be in different project
2022-03-09 10:03:20 +00:00
Gustavo Carvalho
164e8776ec Adding docs and implementing ConversionStrategy
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 06:59:54 -03:00
Tomasz Napierala
eeecc24819
Added note about ParameterStore
This snippet is too generic and it may confuse users of Parameter Store backend in provided examples .
2022-03-09 15:07:16 +07:00
Atze de Vries
2f53ab8220 also make optional for v1beta1 and add note to docs 2022-03-03 19:35:38 +01:00
Moritz Johner
113fadf86e docs(aws): describe how to use custom endpoints
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-02-21 09:50:51 +01:00
Moritz Johner
9486dd85dd fix(template): extract multiple certs/keys from PKCS#12
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-02-11 08:26:32 +01:00
Moritz Johner
b864f96e10 docs: add templating v2
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-02-11 08:26:32 +01:00
Elad Gabay
fe416890b1 oracle vault: Use instance principal if auth is empty
Currently the oracle vault's secretstore uses a specific user credentials.
This commit introduce a new way to access the vault, using the instance principal.

All user's details moved to "auth" section in the OracleProvider which now is optional.
If "auth" is empty, by default, we use the instance principal, otherwise if specified user's auth details, we use them.

In addition:
- Fixed the fingerprint secret reference which until now used the privatekey secret instead of its reference.
- Bump OCI SDK version.
2022-02-07 18:38:10 +02:00
Moritz Johner
61340a78ed
feat: anchore and jenkins guides with snippets (#682)
Co-authored-by: Lucas Severo Alves <lucassalves65@gmail.com>
Co-authored-by: Surjit Bains <surjit.bains@gmail.com>
2022-02-07 12:14:06 +01:00
Gustavo Carvalho
696a9e9c92 Adding notes on configuring ClusterSecretStores for every provider
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-02-03 08:39:46 -03:00
paul-the-alien[bot]
5060619826
Merge pull request #614 from external-secrets/fix/docs
Improves Documentation. Removes controller reference
2022-02-01 19:38:32 +00:00
Moritz Johner
fe1cb8bc69 feat(provider): implement fake provider
Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2022-02-01 11:18:43 +01:00
Gustavo Carvalho
33fb42df53 Changed Dev guide
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-25 08:21:09 -03:00
Gustavo Carvalho
34a45cc095 Adding snippets to GCP-sm Store
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-19 10:35:50 -03:00
Gustavo Carvalho
c3e8830ec8 Removing DataFrom referencing allKeys (until it is reimplemented)
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-19 10:05:19 -03:00
Gustavo Carvalho
9d8daff6f9 Fixing AZ SecretStore typos
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-19 10:05:03 -03:00
Gustavo Carvalho
c152ab221e Fixing AWS controller references
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-19 10:04:43 -03:00
Gustavo Carvalho
a89694247a Removing region and controller from getting started examples
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-01-19 09:53:38 -03:00
Elad Gabay
9db2fe99d1 oracle: update docs 2022-01-16 14:41:43 +02: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
krrrr38
afb2690fba add ClusterSecretStore AWS IRSA example setting 2021-12-29 07:23:48 +09:00
Alby Hernández
6da6581b44 Add FluxCD GitOps documentation 2021-12-17 00:50:50 +00: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
Daniel Hix
6811bcbd0b Update documentation 2021-12-13 17:07:42 -06:00
Daniel Hix
082cee230f Merge branch 'main' into ibm-enable-retries 2021-12-13 13:27:57 -06:00
Austin Pray
8cdb8e0be3
fixes "template" spelling
Corrects minor spelling issue
2021-12-07 17:25:57 -06:00
Laszlo Varadi
a976e32831 Supporting Managed Identity authentication for Azure Keyvault 2021-12-06 10:26:34 +01:00
renanaAkeyless
34ea6f21be update docs 2021-11-15 21:24:03 +02:00
renanaAkeyless
38a607c377
Update docs/snippets/akeyless-external-secret.yaml
Co-authored-by: Lucas Severo Alves <lucassalves65@gmail.com>
2021-11-10 18:30:47 +02:00
renanaAkeyless
eb424a7180
Update docs/snippets/akeyless-external-secret-json.yaml
Co-authored-by: Lucas Severo Alves <lucassalves65@gmail.com>
2021-11-10 18:30:40 +02:00
renanaAkeyless
91a34bbbc6 PR Suggested change 2021-11-10 15:57:37 +02:00
renanaAkeyless
4a5877d926 Adde Akeyless 2021-11-07 16:18:40 +02:00
Daniel Hix
ce7fb16468 Add documentation for retrySettings
I also made sure to notate that it's only in IBM for now
2021-10-23 14:17:55 -05:00
Daniel Hix
5052f21b61 add documentation for TLS certs in SecretStore yaml. 2021-10-12 13:15:54 -05:00
Kian
694db476f9 Making changes based on feedback 2021-09-03 11:14:17 +01:00
Kian
8f4f95102e Fixing doc and lint issues. Adding necessary documentation 2021-09-02 16:06:52 +01:00
Ted
6f1fae0637 feat: specify GitLab URL to connect to 2021-08-27 18:19:28 -04:00
Joey Brayshaw
7ba21661ba added gitlab provider docs 2021-08-25 18:01:41 +01:00
Alexander Chernov
c51c07c8f0 chore: add missing region key to aws provider in docs 2021-08-25 07:49:38 +01:00
Anton Kiselev
0b63a5211a
docs: fix appRole example 2021-08-20 07:36:18 +07: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
Lucas Severo Alves
d3f7cb545c fix: missing key in store snippet 2021-07-24 15:06:53 +02:00
Moritz Johner
466938522c feat(aws): add jwt authentication 2021-07-17 20:39:24 +02:00
Lucas Severo Alves
e2ae09f5e2
Update gcpsm-ssh-auth-externalsecret.yaml 2021-07-15 12:59:26 +02:00
Lucas Severo Alves
9cd55b885f fix(docs): typo in secret name 2021-07-15 11:52:48 +02:00
Lucas Severo Alves
00c22eef07 docs: more examples os specific k8s secret types 2021-07-14 22:10:33 +02:00
Lucas Severo Alves
cdc9401d68 docs: adding docs for dataFrom example 2021-07-14 11:33:18 +02:00
Moritz Johner
6d2f3dd7b1 fix(template): fix templateFrom tpl execution 2021-07-10 17:51:16 +02:00
Lucas Severo Alves
f97e4eb1ce docs: ibm provider 2021-07-02 16:00:05 +02:00
paul-the-alien[bot]
64e327e7b8
Merge pull request #225 from external-secrets/docs/aws_example_quick
chore(docs): AWSSM quick example changes
2021-06-28 19:30:16 +00:00
kami gerami
0e96a46d92 docs: update api-clusterSecretstore example 2021-06-28 20:39:53 +02:00
Lucas Severo Alves
33c4f36d5e chore(docs): AWSSM quick example changes 2021-06-28 17:15:54 +02:00
Moritz Johner
fb726dfb17 chore(docs): document es update behavior 2021-06-25 22:48:54 +02:00
Moritz Johner
0a56d2d388 fix: support more azure key types 2021-06-23 10:06:57 +02:00
Ahmed MUSTAFA
a8adc874b7 add README docs and yaml snippets for azure keyvault provider 2021-06-08 17:48:46 +02:00
Pascal Hofmann
c8559c1be7 docs: Fix documentation for externalsecret dataFrom 2021-05-28 16:12:12 +02:00
Pascal Hofmann
b529d7355a docs: Fix typo apiVerson 2021-05-28 08:34:25 +02:00
Gabi
fe05c523d4 Add documentation for gcpsm 2021-05-27 11:43:34 +02:00
Gabi
53e21034d5 Fix merge conflicts to add GCP secret manager 2021-05-27 11:43:34 +02:00
Moritz Johner
cc74ad2efa fix(docs): remove permitted annotation from docs 2021-05-22 16:35:01 +02:00
xxxbobrxxx
c52a54893f #150 Update docs 2021-05-14 10:18:45 +03:00
Moritz Johner
0fbd2ea438 feat(docs): add basic docs for vault 2021-05-12 22:50:05 +02:00
Moritz Johner
8c8064e0e1
Draft: feat: implement template (#69)
* feat: implement template
2021-04-23 08:22:23 +02:00
Moritz Johner
2c059b71ba
feat: add ssm parameter store support (#59)
* feat: add parameter store implementation
2021-03-22 19:14:19 +01:00
Moritz Johner
640978ca9e
feat: awssm refactoring (#57)
* fix: refactor awssm provider
2021-03-10 11:43:25 +01:00
Moritz Johner
7b883778e9
feat: add docs (#39)
* feat: add docs

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>
2021-03-01 08:31:02 +01:00