tech.ydb.auth:yc-auth-provider

Yandex Cloud IAM Authentication Provider module


License
Apache-2.0

Documentation

License Maven metadata URL Build

YDB Yandex Cloud IAM provider

Module to connect to YDB inside yandex-cloud

Overview

Currently package provides authentication provider to connect to YDB inside yandex-cloud.

Minimum requirements

To use YDB Yandex Cloud IAM provider you will need Java 1.8+.

Usage

The recommended way to use the YDB Yandex Cloud IAM provider in your project is to consume it from Maven. Specify the YDB Java Protobuf module in the dependencies:

<dependency>
    <groupId>tech.ydb.auth</groupId>
    <artifactId>yc-auth-provider</artifactId>
    <version>2.2.0</version>
</dependency>