Skip to content

Releases: britive/python-sdk

v2.14.2

27 Jan 16:14
5fef168

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • In poilicies.build() properly handle when lists are empty

Dependencies

  • None

Other

  • None

v2.14.1

24 Jan 18:48
18ca642

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • In profile.poilicies.build() support the now available validFor approval parameter via method parameter access_validity_time.

Dependencies

  • None

Other

  • None

v2.14.0

18 Jan 17:51
e29a1e0

Choose a tag to compare

What's New

  • Added Bitbucket as an OIDC federation provider so that the needed logic for authenticating to Britive via Bitbucket pipelines is abstracted away from the caller.

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • None

Other

  • None

v2.13.0

06 Jan 20:47
b535b48

Choose a tag to compare

What's New

  • Ability to pass a callback function to the following my_access methods which will report progress of the process.
    • checkout
    • checkout_by_name
    • request_approval
    • request_approval_by_name

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • None

Other

  • None

v2.12.4

05 Jan 13:49
89daff3

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

NOTE: This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.

  • Properly handle use case of long term (IAM User) vs. temporary credentials (AssumeRole/Federation) in the AWS Federation Provider

Dependencies

  • None

Other

  • None

v2.12.3

12 Dec 19:34
99de861

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

  • Fix bug when catching JSON decode exceptions when decoding requests response - catching the more generic ValueError instead of a specific JSON decode error

NOTE: This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.

  • Remove port from tenant name in the AWS provider

Dependencies

  • None

Other

  • Allow disabling TLS/SSL verification for local development work by setting environment variable export BRITIVE_NO_VERIFY_SSL=true

v2.12.2

28 Nov 19:19
6dc9f37

Choose a tag to compare

What's New

  • None

Enhancements

  • None

Bug Fixes

NOTE: This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.

  • Fix issue with AWS provider when injecting the tenant name into the AWS sigv4 signed request

Dependencies

  • None

Other

  • None

v2.12.1

17 Nov 17:51
acf4960

Choose a tag to compare

v2.12.1 [2022-11-17]

What's New

  • None

Enhancements

NOTE: This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.

  • Allow caller to specify duration/expiration time of tokens generated by the AWS federation provider

Bug Fixes

  • None

Dependencies

  • None

Other

  • None

v2.12.0

16 Nov 18:47
09d1d1a

Choose a tag to compare

What's New

NOTE: This is a pre-release feature. It is being published in anticipation of upcoming features being released to production. This functionality will not yet work in production environments.

  • Support for workload identity federation providers

Enhancements

  • None

Bug Fixes

  • None

Dependencies

  • None

Other

  • None

v2.11.2

01 Nov 13:51
51bb99f

Choose a tag to compare

What's New

  • None

Enhancements

  • Reduce number of API calls required to checkout a profile

Bug Fixes

  • None

Dependencies

  • None

Other

  • None