Yuriy Tkach

Results 8 comments of Yuriy Tkach

Super, thanks. Create a PR :)

Hi @vsevel @sberyozkin @kdubb , any thoughts on this?

Guys, I would need your help here since I am not sure if this feature (AWS auth) is possible without explicit dependency on AWS sdk if native compilation is required....

> How many REST calls are made to IAM? Is it something we can ourselves? If it's 2 or 3 simple REST calls then maybe just use the Vert.x WebClient....

> > How many REST calls are made to IAM? Is it something we can ourselves? If it's 2 or 3 simple REST calls then maybe just use the Vert.x...

> should that be a separate extension then? I though about that, too, since I can't figure out the solution to get rid of aws sdk dependency. But then, I...

Frankly, I've never met a separate Java lib for getting aws credentials. In any case, there are as you said tons of possibilities and re-implementing them all seems like a...

@kdubb Thanks for the tip. I will work on that in the next week