Skip to main content

Module auth

Module auth 

Source
Expand description

Secure credential storage with restrictive file permissions.

Credentials are stored in ~/.opendev/auth.json with mode 0600 (owner read/write only). Environment variables take precedence over stored credentials.

Structs§

CredentialStore
Secure credential store backed by a JSON file with 0600 permissions.
ProviderStatus
Status of a provider’s credential.