Releases: strongdm/strongdm-sdk-go
Releases · strongdm/strongdm-sdk-go
v13.2.1
v13.2.0
v13.2.0 - Introduce KubernetesPodIdentity
- The release introduces a new kind of resource, KubernetesPodIdentity,
to connect to a Kubernetes cluster which already has a StrongDM relay
or gateway running inside it, without providing credentials. To set
up a Pod Identity cluster, all that is needed is to provide the
cluster's CA certificate. - Note that entity discovery and remote identities are not yet
supported for Pod Identity clusters. If you are using these features,
continue to use other Kubernetes resource types in StrongDM.
v13.1.0
v13.1.0 - Add support for Athena IAM Auth.
- Add support for Athena IAM authentication
v13.0.0
v13.0.0 - Make MS SQL Kerberos SPN field non-vaultable
- Content
This releases changes the MS SQL Kerberos SPN field to be a non-credential type. This only changes behavior when using secret stores with MS SQL Kerberos resources. Previously you had to specify a secret path for the SPN field when using secret stores, now the field is always a plaintext string.
v12.10.0
v12.10.0 - Add support for the AccessRule in account grants
- This release introduces the AccessRule with a new privileges field in account grants.
v12.9.3
v12.9.3 - Fix missing go.mod and go.sum files
- This version fixes a publication error that resulted in missing go.mod and go.sum files from the module
v12.9.0
v12.9.0 - Log Privileges Granted for Kubernetes Operations
- This release introduces logging for privileges granted on Kubernetes resources, enhancing visibility into access permissions during Kubernetes operations.
v12.8.0
v12.8.0 - Add support for Aurora MySQL IAM Auth.
- Mark IAM support as stable.
v12.6.0
v12.6.0 - DynamoDB (IAM) driver
- Add support for DynamoDB IAM authentication
v12.5.0
v12.5.0 - Add support for DocumentDB IAM authentication.
- Add support for DocumentDB IAM authentication with new documentdbhostiam resource type.