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

1491 commits

Author SHA1 Message Date
paul-the-alien[bot]
7798ad847e
Merge pull request #826 from rodrmartinez/docs/kubernetes-provider
Docs/kubernetes provider
2022-03-14 17:19:28 +00:00
Docs
f014b8bc9c add k8s to supported backends 2022-03-14 14:13:59 -03:00
Docs
e108ab191e updates spec 2022-03-14 14:11:28 -03:00
Docs
44f898e28f Add cluster secrets and update secretStore examples 2022-03-14 14:10:34 -03:00
dependabot[bot]
046de48262
build(deps): bump github.com/spf13/cobra from 1.3.0 to 1.4.0
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Changelog](https://github.com/spf13/cobra/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spf13/cobra/compare/v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 08:08:42 +00:00
dependabot[bot]
4de734399e
build(deps): bump github.com/Azure/azure-sdk-for-go
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 62.1.0+incompatible to 62.2.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v62.1.0...v62.2.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 08:08:36 +00:00
dependabot[bot]
013c4ee922
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.2.0 to 4.3.0
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt) from 4.2.0 to 4.3.0.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md)
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-14 08:08:06 +00: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
Gustavo Fernandes de Carvalho
7ccca5ab21
Updating PAUL.yaml to allow 30 PRs (#819)
Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>

Co-authored-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-11 23:25:23 +01:00
Docs
a1ea34d3b3 Add kubernetes provider documentation 2022-03-11 13:46:01 -03:00
paul-the-alien[bot]
b0ea1146ab
Merge pull request #815 from haf-tech/patch-1
Minor change - IBM Cloud SM example - refreshInterval 60m
2022-03-11 10:27:48 +00:00
paul-the-alien[bot]
9c7fdbbac1
Merge pull request #817 from kinyat/feat/control-enables
Add `create` flags to control weather deployments should be created
2022-03-11 10:27:08 +00:00
Docs
3502ab0a94 Add flags to control weather a deployment should be created 2022-03-11 09:21:50 +10: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]
e8f52ba2d5
Merge pull request #814 from external-secrets/chore/update-gitlab-go
Chore: bumping gitlab-go to 0.58.0
2022-03-10 12:09:29 +00:00
Gustavo Carvalho
caf00a43aa Chore: bumping gitlab-go to 0.58.0
Signed-off-by: Gustavo Carvalho <gusfcarvalho@gmail.com>
2022-03-10 08:46:17 -03:00
Gustavo Carvalho
94d68f6a18 Adding EngineVersion=v1 to GCP e2e tests
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 14:42:41 -03:00
Docs
8d0e131ef9 Adding warning session to docs
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 14:22:30 -03:00
Gustavo Carvalho
3c1446a58a Adding missing changes from v1alpha1 and v1beta1
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 14:02:32 -03:00
Gustavo Carvalho
b093db366d Fixing lint
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 13:58:54 -03:00
Gustavo Carvalho
8be3cd5a72 Moving duplication validation logic to utils method
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 13:49:17 -03:00
Gustavo Carvalho
10c3ba355d Changes e2e test default api to v1beta1. Adds GetAllSecrets test
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 13:43:37 -03: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
Gustavo Carvalho
2f23fd28ed Adding GetAllSecrets for Hashicorp Vault
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 05:40:09 -03:00
Gustavo Carvalho
0086fe2342 WIP: GetAllSecrets for vault method
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-09 05:39:09 -03:00
Atze de Vries
c560b0ced5 fix lint 2022-03-09 09:26:36 +01:00
paul-the-alien[bot]
e54d6f7e46
Merge pull request #811 from zen/patch-1
Added note about ParameterStore
2022-03-09 08:15:49 +00: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
03fc0e9dc1 use storespec directly in get ClusterProjectID 2022-03-09 08:49:50 +01:00
paul-the-alien[bot]
919e2eb856
Merge pull request #807 from lianmakesthings/improve-gcp-docs
Improve GCP docs
2022-03-09 07:47:42 +00:00
Lian Li
42edf704a6
Specify SA requirements 2022-03-08 19:08:21 +01:00
Lian Li
d195d2cad5
correct SA metadata
In the section above the values for `K8S_NAMESPACE` and  `KSA_NAME` are defined and the reasoning is explained
```
- `K8S_NAMESPACE`: For us following these steps here it will be `es`, but this will be the namespace where you deployed the external-secrets operator
- `KSA_NAME`: external-secrets (if you are not creating a new one to attach to the deployment)
```

Yet in the example name and namespace are both `team-a`.
2022-03-08 17:09:32 +01:00
Lian Li
7d24a96e80
fixes some typos 2022-03-08 17:00:57 +01:00
paul-the-alien[bot]
16a34ca661
Merge pull request #795 from external-secrets/dependabot/go_modules/cloud.google.com/go/secretmanager-1.3.0
build(deps): bump cloud.google.com/go/secretmanager from 1.2.0 to 1.3.0
2022-03-07 20:52:07 +00:00
dependabot[bot]
c0e8580ae0
build(deps): bump cloud.google.com/go/secretmanager from 1.2.0 to 1.3.0
Bumps [cloud.google.com/go/secretmanager](https://github.com/googleapis/google-cloud-go) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/dlp/v1.2.0...dlp/v1.3.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/secretmanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 20:23:48 +00:00
paul-the-alien[bot]
b9078838f2
Merge pull request #804 from external-secrets/dependabot/go_modules/github.com/Azure/azure-sdk-for-go-62.1.0incompatible
build(deps): bump github.com/Azure/azure-sdk-for-go from 61.5.0+incompatible to 62.1.0+incompatible
2022-03-07 20:22:15 +00:00
paul-the-alien[bot]
6c8b97b162
Merge pull request #799 from external-secrets/dependabot/go_modules/github.com/lestrrat-go/jwx-1.2.20
build(deps): bump github.com/lestrrat-go/jwx from 1.2.1 to 1.2.20
2022-03-07 19:59:38 +00:00
Sebastián Gómez
b0240cf45a Fix merge conflict 2022-03-07 13:59:58 -05:00
Sebastián Gómez
02a8878707 Implement GetAllSecrets for Azure Key Vault 2022-03-07 13:55:10 -05:00
dependabot[bot]
a932b03f43
build(deps): bump github.com/Azure/azure-sdk-for-go
Bumps [github.com/Azure/azure-sdk-for-go](https://github.com/Azure/azure-sdk-for-go) from 61.5.0+incompatible to 62.1.0+incompatible.
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Azure/azure-sdk-for-go/compare/v61.5.0...v62.1.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 18:35:51 +00:00
paul-the-alien[bot]
bf8455e991
Merge pull request #796 from external-secrets/dependabot/go_modules/cloud.google.com/go/iam-0.3.0
build(deps): bump cloud.google.com/go/iam from 0.2.0 to 0.3.0
2022-03-07 18:34:25 +00:00
paul-the-alien[bot]
5e5af15b47
Merge pull request #794 from external-secrets/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2022-03-07 18:24:11 +00:00
Atze de Vries
6574697e9e remove unwanted stuff 2022-03-07 12:57:54 +01:00
Atze de Vries
d9f87c296d rework clusterProjectID and add test 2022-03-07 12:56:08 +01:00
dependabot[bot]
41c838b127
build(deps): bump github.com/lestrrat-go/jwx from 1.2.1 to 1.2.20
Bumps [github.com/lestrrat-go/jwx](https://github.com/lestrrat-go/jwx) from 1.2.1 to 1.2.20.
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/main/Changes)
- [Commits](https://github.com/lestrrat-go/jwx/compare/v1.2.1...v1.2.20)

---
updated-dependencies:
- dependency-name: github.com/lestrrat-go/jwx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 08:08:19 +00:00
dependabot[bot]
65a6503726
build(deps): bump cloud.google.com/go/iam from 0.2.0 to 0.3.0
Bumps [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](https://github.com/googleapis/google-cloud-go/compare/v0.2.0...v0.3.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/iam
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 08:07:43 +00:00
dependabot[bot]
a1c0934e01
build(deps): bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-07 08:06:46 +00:00
paul-the-alien[bot]
0dc7bd615e
Merge pull request #790 from external-secrets/docs/eso-in-the-wild
docs: add links to external resources
2022-03-06 17:32:34 +00:00
Docs
ea77c1c078 docs: add Seb talk to the doc 2022-03-04 15:44:03 +01:00