Module to connect to YDB inside yandex-cloud
Currently package provides authentication provider to connect to YDB inside yandex-cloud.
To use YDB Yandex Cloud IAM provider you will need Java 1.8+.
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>