Skip to content

Do not retry refreshing Credentials created from "raw" token #674

@slimsyMeteor

Description

@slimsyMeteor

Hello,

I have the following scenario:

  1. Generate a raw token (downscoped token) for a bucket/blob using a third-party service.
  2. Pass this token to gcsfs.
  3. gcsfs creates new credentials from this token.

Everything works fine until the token expires. At that point, it begins trying to refresh the token:

Since the token is acquired from an external service, this refresh action keeps retrying and failing.

The gcsfs version is >=2024.12.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions