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

1353 commits

Author SHA1 Message Date
dependabot[bot]
4517f1b45e
build(deps): bump github.com/akeylesslabs/akeyless-go/v2
Bumps [github.com/akeylesslabs/akeyless-go/v2](https://github.com/akeylesslabs/akeyless-go) from 2.15.25 to 2.15.28.
- [Release notes](https://github.com/akeylesslabs/akeyless-go/releases)
- [Changelog](https://github.com/akeylesslabs/akeyless-go/blob/master/docs/KmipRenewServerCertificate.md)
- [Commits](https://github.com/akeylesslabs/akeyless-go/compare/v2.15.25...v2.15.28)

---
updated-dependencies:
- dependency-name: github.com/akeylesslabs/akeyless-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 08:08:00 +00:00
paul-the-alien[bot]
85937c99e7
Merge pull request #800 from kinyat/feat/scoped-rbac
Add the ability to support scoped RBAC with a scoped namespace
2022-03-25 16:05:30 +00:00
paul-the-alien[bot]
76882df0bb
Merge pull request #898 from external-secrets/fix/full-secret-store-snippet
Removing namespace references from full-secret-store.yaml
2022-03-25 16:01:17 +00:00
paul-the-alien[bot]
0b7f4c23b0
Merge pull request #895 from surajnarwade/fix-docs
Add namespace to service resource & fix typo
2022-03-25 15:58:09 +00: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
Suraj Narwade
2d91580e95 Add namespace to service resource & fix typo
Signed-off-by: Suraj Narwade <suraj.narwade@rvu.co.uk>
2022-03-25 13:36:57 +00:00
Moritz Johner
56c69a1063
feature: aws getallsecrets (#820)
* feature: aws getallsecrets

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* fix: e2e test / find by name

* feat: add get-by-tags tests, consolidate with existing ones

Signed-off-by: Moritz Johner <beller.moritz@googlemail.com>

* feat: add path tests

* fix: revert azure

* fix: secretsmanager prealloc

* feat: aws sm path tests

* feat: implement secretsmanager path filter

* fix: use low refresh interval due to eventual consistency

* revert makefile changes

* fix: add path test cases to managed

Co-authored-by: Docs <docs@external-secrets.io>
2022-03-24 17:09:32 +01:00
Eric Chan
8dd8ca4d92 add new flags to control both cluster store and cluster external secret reconciler 2022-03-24 23:55:08 +10:00
Eric Chan
4055e7d186 refactor and add unit test for skipping cluster secret store 2022-03-24 23:55:06 +10:00
Eric Chan
93114bdc0e make scopedRBAC to disable cluster secret store 2022-03-24 23:55:03 +10:00
Eric Chan
da6e457b50 skip processing cluster secret store 2022-03-24 23:55:00 +10:00
Eric Chan
553d99a456 Add the ability to support scoped RBAC with a scoped namespace 2022-03-24 23:54:46 +10:00
paul-the-alien[bot]
36077d59ec
Merge pull request #884 from kozaktomas/fix-docs-json-2
Fix invalid json in documentation
2022-03-24 11:05:56 +00:00
Tomas Kozak
aa9ecb822e Fix invalid json in documentation 2022-03-24 11:54:06 +01:00
paul-the-alien[bot]
d27f256ede
Merge pull request #873 from gusfcarvalho/fix/mutex-on-gcp
Adding mutexes only for GCP provider
2022-03-24 09:53:43 +00:00
Gustavo Carvalho
bae43b39c4 Adding mutexes only for GCP provider
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-24 06:34:07 -03:00
dependabot[bot]
4c026e5bfa build(deps): bump helm/chart-testing-action from 2.2.0 to 2.2.1
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](https://github.com/helm/chart-testing-action/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 06:34:07 -03:00
paul-the-alien[bot]
ed56410b47
Merge pull request #868 from external-secrets/chore/validate-store-for-providers
Adds ValidateStore for some providers
2022-03-24 09:29:24 +00: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
Gustavo Carvalho
5f608594a4 Removing Key checks from utils.go and passing them to IBM provider
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-23 08:06:07 -03:00
paul-the-alien[bot]
2983022f4f
Merge pull request #879 from external-secrets/fix/setup-gcloud-version
Setting version to v0 as main is not yet available
2022-03-23 10:51:44 +00:00
Gustavo Carvalho
5f2b4ba432 Setting version to v0 as main is not yet available
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-23 07:50:46 -03:00
paul-the-alien[bot]
9f266ab00a
Merge pull request #878 from external-secrets/fix/setup-gcloud-version
Fixing setup-gcloud version
2022-03-23 10:39:33 +00:00
Gustavo Carvalho
f638726d6b Fixing setup-gcloud version
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-23 07:25:18 -03:00
paul-the-alien[bot]
bf7217a5df
Merge pull request #875 from external-secrets/add-demo
Add Balkrishna Pandey demo
2022-03-22 23:15:30 +00:00
Docs
8de809393c add Balkrishna Pandey demo 2022-03-23 00:13:59 +01:00
paul-the-alien[bot]
d81e71dc20
Merge pull request #874 from pandeybk/main
How to manage secrets in OpenShift using Vault and External Secrets Operator blog reference
2022-03-22 23:10:23 +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
Balkrishna Pandey
10d2218282 How to manage secrets in OpenShift using Vault and External Secrets Operator blog reference
Signed-off-by: Balkrishna Pandey <sachit.nep@gmail.com>
2022-03-22 11:23:26 -06:00
Nitzan Nissim
8c7b7f6536
Update docs/provider-ibm-secrets-manager.md
Co-authored-by: Lucas Severo Alves <lucassalves65@gmail.com>
2022-03-22 11:04:25 +02:00
paul-the-alien[bot]
d0a32b6f2d
Merge pull request #851 from external-secrets/dependabot/github_actions/helm/chart-testing-action-2.2.1
build(deps): bump helm/chart-testing-action from 2.2.0 to 2.2.1
2022-03-21 18:11:50 +00:00
Gustavo Carvalho
86795c0a5e Adding ValidateStore for IBM provider. Improving util check
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-21 14:54:43 -03:00
paul-the-alien[bot]
dd929df748
Merge pull request #852 from external-secrets/dependabot/go_modules/github.com/stretchr/testify-1.7.1
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
2022-03-21 17:50:38 +00:00
Gustavo Carvalho
effbe7ebb8 Adding ValidateStore for fake provider
Signed-off-by: Gustavo Carvalho <gustavo.carvalho@container-solutions.com>
2022-03-21 14:43:23 -03:00
paul-the-alien[bot]
ce642fab96
Merge pull request #854 from external-secrets/dependabot/go_modules/github.com/IBM/secrets-manager-go-sdk-1.0.37
build(deps): bump github.com/IBM/secrets-manager-go-sdk from 1.0.36 to 1.0.37
2022-03-21 17:28:13 +00:00
dependabot[bot]
490e4c4c85
build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.0...v1.7.1)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 16:49:51 +00:00
paul-the-alien[bot]
1c74c57bd8
Merge pull request #855 from external-secrets/dependabot/go_modules/github.com/xanzy/go-gitlab-0.60.0
build(deps): bump github.com/xanzy/go-gitlab from 0.58.0 to 0.60.0
2022-03-21 16:48:30 +00:00
paul-the-alien[bot]
b8560ef2fc
Merge pull request #853 from external-secrets/dependabot/go_modules/github.com/googleapis/gax-go/v2-2.2.0
build(deps): bump github.com/googleapis/gax-go/v2 from 2.1.1 to 2.2.0
2022-03-21 16:48:05 +00:00
dependabot[bot]
f595c2200b
build(deps): bump github.com/IBM/secrets-manager-go-sdk
Bumps [github.com/IBM/secrets-manager-go-sdk](https://github.com/IBM/secrets-manager-go-sdk) from 1.0.36 to 1.0.37.
- [Release notes](https://github.com/IBM/secrets-manager-go-sdk/releases)
- [Commits](https://github.com/IBM/secrets-manager-go-sdk/compare/v1.0.36...v1.0.37)

---
updated-dependencies:
- dependency-name: github.com/IBM/secrets-manager-go-sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 16:28:36 +00:00
paul-the-alien[bot]
48c91ba052
Merge pull request #856 from external-secrets/dependabot/go_modules/github.com/IBM/go-sdk-core/v5-5.9.3
build(deps): bump github.com/IBM/go-sdk-core/v5 from 5.9.2 to 5.9.3
2022-03-21 16:27:18 +00:00
dependabot[bot]
c51f6f2db8
build(deps): bump github.com/IBM/go-sdk-core/v5 from 5.9.2 to 5.9.3
Bumps [github.com/IBM/go-sdk-core/v5](https://github.com/IBM/go-sdk-core) from 5.9.2 to 5.9.3.
- [Release notes](https://github.com/IBM/go-sdk-core/releases)
- [Changelog](https://github.com/IBM/go-sdk-core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/IBM/go-sdk-core/compare/v5.9.2...v5.9.3)

---
updated-dependencies:
- dependency-name: github.com/IBM/go-sdk-core/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 08:06:23 +00:00
dependabot[bot]
73c2ae23a1
build(deps): bump github.com/xanzy/go-gitlab from 0.58.0 to 0.60.0
Bumps [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) from 0.58.0 to 0.60.0.
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/master/releases_test.go)
- [Commits](https://github.com/xanzy/go-gitlab/compare/v0.58.0...v0.60.0)

---
updated-dependencies:
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 08:06:12 +00:00
dependabot[bot]
3a4216b4e1
build(deps): bump github.com/googleapis/gax-go/v2 from 2.1.1 to 2.2.0
Bumps [github.com/googleapis/gax-go/v2](https://github.com/googleapis/gax-go) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/googleapis/gax-go/releases)
- [Commits](https://github.com/googleapis/gax-go/compare/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: github.com/googleapis/gax-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 08:05:58 +00:00
dependabot[bot]
8b8cfd15e3
build(deps): bump helm/chart-testing-action from 2.2.0 to 2.2.1
Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/helm/chart-testing-action/releases)
- [Commits](https://github.com/helm/chart-testing-action/compare/v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: helm/chart-testing-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21 08:05:05 +00:00
Lucas Severo Alves
d3a030f5e0
Merge pull request #848 from cpanato/follow-731
add missing install of cosign in the CIs pipelines
2022-03-21 00:18:55 +01:00
cpanato
acd7788af2
add missing install of cosign in the CIs pipelines
Signed-off-by: cpanato <ctadeu@gmail.com>
2022-03-20 16:57:49 +01:00
nitzann
0d3a5e9fa5 Add public_cert support 2022-03-20 11:46:06 +02:00
paul-the-alien[bot]
91e339ec75
Merge pull request #846 from external-secrets/fix/crd-gen
fix: update CRDs
2022-03-20 08:58:40 +00:00
nitzann
951acdc4bb Add public_cert support 2022-03-20 10:35:17 +02:00
Docs
bdc5d9b378 fix: update CRDs 2022-03-20 09:34:03 +01:00