Skip to content

Auth key auto-refresh for OpenBridge #134

Description

@themoenen

Auto-refresh logic was implemented for Google Cloud, because tokens expire after 1 hour.

We need similar functionality for OpenBridge:

  1. Provide API endpoint to fetch new auth token
  2. Fetch auth token whenever expired

This logic can be inserted in maybe_refresh_auth():

if is_openbridge:
    # TODO: implement openbridge refresh
    pass

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