Skip to content

Releases: strongdm/strongdm-sdk-java

v2.6.3 - Add optional `keyType` parameter to Cert Based SSH Server that denotes what type of key to generate for communicating with the server.

29 Jun 19:29
Compare
Choose a tag to compare
  • Can be one of: rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, ed25519
  • Previously these were always generated as rsa-2048

v2.6.1 - Support ECDSA and ED25519 in SSH Public Key Servers

27 Jun 16:41
Compare
Choose a tag to compare

Add optional keyType parameter to Public Key SSH Server that denotes what type of key to use.

  • Can be one of: rsa-2048, rsa-4096, ecdsa-256, ecdsa-384, ecdsa-521, ed25519
  • Previously these were always generated as rsa-2048

v2.6.0 - Remote Identities

14 Jun 12:01
Compare
Choose a tag to compare
  • Add Remote Identity support

v2.5.0 - Add bind interface to resources

03 Jun 21:09
Compare
Choose a tag to compare
  • Add bind interface to resources

v2.2.0 - Automatic Sleeps for Rate Limits

11 May 13:41
Compare
Choose a tag to compare
  • This release primarily causes rate limit errors encountered to trigger a sleep until the client knows it can make calls again without encountering that same rate limit. This feature is enabled by default, but can be disabled on client creation.
  • Additionally, the schema field for snowflake is no longer a required field.

v2.1.0 - Add mTLS MySQL Resource Type

22 Apr 19:54
Compare
Choose a tag to compare
  • This release adds the mTLS MySQL resource type for connecting to a mysql server configured to require specific tls certificates.

v2.0.0 - Access Rules

16 Mar 20:04
Compare
Choose a tag to compare

Breaking Changes

  • The type of the Role.accessRules field has been changed from a string to an list of objects to improve the usability of access rules. If you are currently using the string field, you'll need to change your code to specify access rules as a list of objects rather than a string.

Other Changes

  • Role Grants are now deprecated and will be removed in a future release. Use Access Rules instead. See the migration guide or check out the
    examples.

  • Composite Roles and Role Attachments are now deprecated and will be removed in a future release. Instead, use AccountAttachments to assign an Account to multiple Roles.

NOTE: Before you can use access rules and multiple account attachments, your organization must undergo the "Access Overhaul" migration to enable the new UI and a myriad of other features. Contact [email protected] to learn more.

v0.9.38 - Adding Azure Key Vault support

25 Jan 17:44
Compare
Choose a tag to compare
  • This adds Azure secret store backed by Azure Key Vault
  • Exposes NLA downgrade option allows disabling NLA for authentication for RDP servers

v0.9.37 - Mongo Sharded Cluster beta resource type

09 Dec 23:08
Compare
Choose a tag to compare
  • Added the MongoShardedCluster resource type, which is available as an opt-in beta.

v0.9.36 - GCP and Azure Cloud Resources

08 Dec 21:47
Compare
Choose a tag to compare
  • This release adds the GCP, Azure, and AzureCertificate Cloud resource types in Beta.