Strongdm

Latest version: v9.5.0

Safety actively analyzes 640563 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 13 of 20

3.0.0

This release removes all deprecated items from the SDK. If you've already
upgraded to v2, most likely you're not depending on these items, and you'll be
able to upgrade to v3 with no code changes. The items have already been disabled
on the server for some time. If you are currently making requests using any of
these items, they are being rejected:

- `Role.composite` boolean field
- `RoleAttachment` class
- `RoleGrant` class

Composite Roles have been replaced with the ability to attach a single Account
to multiple Roles using Account Attachments. See an example
[here](https://github.com/strongdm/strongdm-sdk-python-examples/blob/master/2_managing_accounts/assign_accounts_to_roles.py).

Role Grants have been replaced with Access Rules. See the [migration
guide](https://github.com/strongdm/strongdm-sdk-python/wiki/Migrating-from-Role-Grants-to-Access-Rules).

2.6.4

- Adds new field `port_override` to AKS and k8s resource types

2.6.3

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

2.6.1

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`

2.6.0

- Add Remote Identity support

2.5.0

- Add bind interface to resources

Page 13 of 20

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.