Vasily Gerasimov
Vasily Gerasimov
Uncomment test in this PR: https://github.com/ydb-platform/ydb/pull/2228 (undery in `main` branch now)
### Changelog entry ... ### Changelog category * Not for changelog (changelog entry is not required) ### Additional information ...
### Server - Support nb-cloud iam integration (authorize/authenticate): Done, https://github.com/ydb-platform/ydb/pull/2495 ### Support RFC 8693 in SDK and CLI Need to support https://www.rfc-editor.org/rfc/rfc8693 for token exchange, with two options: - Explicit...
Support container id for ticket parser requests in PQ APIs ### Changelog category * Not for changelog (changelog entry is not required) ### Additional information ...
EnforceUserTokenCheckRequirement option: require token check if token was specified. Valid only when EnforceUserTokenRequirement option is false. This behavour is expected by users: when they specify token, they expect that they...
### Changelog entry Command line options for ydb cli that provide client certificate to mTLS connection ### Changelog category * New feature ### Additional information ...
There is an algorithm for loading credentials providers of different types from environment variables described in YDB doc: https://ydb.tech/docs/en/reference/ydb-sdk/auth#env There is some implementation of it, but it is located in...