akeyless-community / terraform-provider-akeyless

Mozilla Public License 2.0
12 stars 10 forks source link

Add new session tag and transitive tag keys fields to akeyless_dynamic_secret_aws/akeyless_producer_aws resources #106

Open ppejovic opened 2 months ago

ppejovic commented 2 months ago

The ability to add session tags and transitive tag keys was recently added to AWS Dynamic Secrets using Assume Role:

https://updates.akeyless.io/en/support-for-session-and-transitive-tags-in-aws-dynamic-secrets

session-tags and transitive-tag-keys are available parameters to both the /dynamic-secret-create-aws and /gateway-create-producer-aws api methods:

https://docs.akeyless.io/reference/dynamicsecretcreateaws https://docs.akeyless.io/reference/gatewaycreateproduceraws

Can we add these parameters to the relevant resources please? We currently use akeyless_producer_aws in our terraform configuration but I see a note saying it is deprecated. Should we be switching to akeyless_dynamic_secret_aws instead?