Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix IAM token expiration #234

Merged
merged 7 commits into from
Jan 15, 2024
Merged

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    aced309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44ce5a9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Suggested changes

    yankovs committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    67e5ecd View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. Update karton/core/backend.py

    Co-authored-by: Michał Praszmo <[email protected]>
    yankovs and nazywam authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    6f8ac5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5e02463 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ab4a7f View commit details
    Browse the repository at this point in the history
  4. Remove return type from get iam auth

    Since botocore doesn't have typings by default, this will not work unless we settle on something less specific than S3 client or add typing stubs to dependencies. In my opinion it is not worth it for this small method
    yankovs authored Jan 15, 2024
    Configuration menu
    Copy the full SHA
    ea10a7f View commit details
    Browse the repository at this point in the history