Maxim Gorbunov
Maxim Gorbunov
I have created local YDB cluster in minikube using [documentation](https://ydb.tech/en/docs/getting_started/self_hosted/ydb_minikube) and got an error while run sample query: ``` $ ydb --endpoint grpc://localhost:2135 --database /Root/database-minikube-sample table query execute --query 'select...
**Describe the Feature Request** Current authorization method requires prepared access token that should be already prepared (jwt) outside operator and updated before expired https://github.com/ydb-platform/ydb-kubernetes-operator/blob/11716fcb5d7af33973912afdfd504fea2c3e8128/internal/resources/resource.go#L436-L452 Since ydb-go-sdk supports OAuth 2.0 Token...
**ydb-kubernetes-operator v0.5.22** Trying to create datastreams service without IAM SA key (just enable service in database specification) ``` spec: configuration: "" storageEndpoint: "" domain: dev resources: containerResources: limits: memory: 16Gi...