Skip to content

new feature: Operator built with Azblob::sas_token should support token refresh #6581

@bonsairobo

Description

@bonsairobo

Feature Description

I'd like to be able to continue using the same Operator through SAS token updates.

Problem and Solution

Right now, if I want to refresh a SAS token, I would need to build a new Operator, because Azblob::sas_token takes a &str.

I believe the solution is to provide an Arc<RwLock<String>> (or equivalent wrapper) instead, so that the token can be updated externally.

Additional Context

No response

Are you willing to contribute to the development of this feature?

  • Yes, I am willing to contribute to the development of this feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestreleases-note/featThe PR implements a new feature or has a title that begins with "feat"services/azblob

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions