mirror of
https://github.com/external-secrets/external-secrets.git
synced 2024-12-14 11:57:59 +00:00
e7799e757a
* feat: added session tag capability to assume role modified apis/externalsecrets/v1beta1/secretstore_aws_types.go to expect session tags and transitive tags structs modified pkg/provider/aws/auth/auth.go to pass session tags if they exist Signed-off-by: Nima Fotouhi <fotouhi@live.com> * fix: make build errors (JSON serialization error) modified apis/externalsecrets/v1beta1/secretstore_aws_types.go to include a new custom struct (Tag) used with SessionTags instead of []*sts.Tag modified pkg/provider/aws/auth/auth.go to convert custom Tag struct to sts.Tag before passing to assume role API call Signed-off-by: Nima Fotouhi <fotouhi@live.com> * removed unnecessary commented out code Signed-off-by: Nima Fotouhi <fotouhi@live.com> * chore(deps): bump actions/setup-python from 4.6.0 to 4.6.1 (#2366) Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4.6.0...v4.6.1) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Signed-off-by: Nima Fotouhi <fotouhi@live.com> * 📚 Update stability-support.md (#2363) Staring 0.82, IBM Cloud Secrets Manager supports fetching secrets by name as well as ID. Signed-off-by: Idan Adar <iadar@il.ibm.com> Signed-off-by: Nima Fotouhi <fotouhi@live.com> * feat: ran make reviewable tasks (except for docs) Signed-off-by: Nima Fotouhi <fotouhi@live.com> * refractor: made addition of TransitiveTagKeys to setAssumeRoleOptions dependant to presence of SessionTags. So if user includes Transitive Tags in SecretStore definition without Session Tags, tags get ignored Signed-off-by: Nima Fotouhi <fotouhi@live.com> --------- Signed-off-by: Nima Fotouhi <fotouhi@live.com> Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Idan Adar <iadar@il.ibm.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Idan Adar <iadar@il.ibm.com> |
||
---|---|---|
.. | ||
crds/bases |