Module ydb_unofficial::auth

source ·
Expand description

Staff to implement authentication to Ydb. You can make your own auth by implement Credentials

Modules§

  • cliauth-cli
    Credentials implementation that create and updates token every 11 hours by run command yc iam create-token
  • saauth-sa
    Service account authentication implementation. Uses authorized key (in json) created by Yandex Cloud Implements Credentials with auto-updatable token

Structs§

Traits§