Skip to main content

hub_schemas

Config YAML specification classes related to hub/AM/auth configuration.

Classes

APIKeys

class APIKeys(access_key_id: str, access_key: str):

API keys for BitfountSession.

Variables

  • static access_key : str
  • static access_key_id : str

AccessManagerConfig

class AccessManagerConfig(url: str = 'https://am.hub.bitfount.com'):

Configuration for the access manager.

Variables

  • static url : str

HubConfig

class HubConfig(url: str = 'https://hub.bitfount.com'):

Configuration for the hub.

Variables

  • static url : str

JWT

class JWT(jwt: str, expires: datetime, get_token: Callable[[], tuple[str, datetime]]):

Externally managed JWT for BitfountSession.

Variables

  • static jwt : str