Andrii Fedorchuk

Results 25 comments of Andrii Fedorchuk

@satoqz You're absolutely right—we definitely need to add mountTypeNSIdentity here. I'll fix it.

@kyounghunJang Thank you for continuing to clean up and remove dependencies. I don't think, we need to store both raw and compressed files in memory, since all browsers support gzip....

@cipherboy @kyounghunJang > @driif If browser support is so good... I was actually wondering the opposite: if we wanted to optimize heavily, we should compress the assets during the web...

Hey @kyounghunJang, thanks for the update, but I think implementing the approach @cipherboy proposed will be the best solution here. Let’s pause this until we discuss it in the community...

Hey @anula, thank You for the detailed issue. I can see a usecases for using Kubernetes auth method in cli, but I don't think it should be a part of...

@kamilkloch @cipherboy Yes, there are many endpoints, where adding response schema is welcomed. I'm working on UI and few things make it hard to use the OpenAPI specs to generate...

@kamilkloch We have the same use case: I need OpenAPI to generate TS client, and you need it for Scala. I've started exploring what we can do, but it looks...

@cipherboy Right, I'll also need to add a section on cache invalidation; I'll move that into the PR.

@klaus-sap Write requests should always go to the active node since it writes to the WAL. The active node responds with the "X-Vault-Index" header, which shows the current WAL index....