Skip to content

Releases: strongdm/strongdm-sdk-go

v13.2.1

10 Mar 11:49
Compare
Choose a tag to compare

v13.2.1 - Add Redshift (IAM) and Redshift Serverless (IAM) drivers

  • Add support for IAM role based authentication for Redshift Cluster and Redshift Serverless

v13.2.0

06 Mar 01:41
Compare
Choose a tag to compare

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

05 Mar 15:05
Compare
Choose a tag to compare

v13.1.0 - Add support for Athena IAM Auth.

  • Add support for Athena IAM authentication

v13.0.0

03 Mar 17:24
Compare
Choose a tag to compare

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

12 Feb 21:21
Compare
Choose a tag to compare

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

07 Feb 22:50
Compare
Choose a tag to compare

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

28 Jan 06:34
Compare
Choose a tag to compare

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

27 Jan 17:39
Compare
Choose a tag to compare

v12.8.0 - Add support for Aurora MySQL IAM Auth.

  • Mark IAM support as stable.

v12.6.0

22 Jan 16:48
Compare
Choose a tag to compare

v12.6.0 - DynamoDB (IAM) driver

  • Add support for DynamoDB IAM authentication

v12.5.0

22 Jan 15:15
Compare
Choose a tag to compare

v12.5.0 - Add support for DocumentDB IAM authentication.

  • Add support for DocumentDB IAM authentication with new documentdbhostiam resource type.