Alexandr Marchenko

Results 85 comments of Alexandr Marchenko

Omg, seems like I did it from phone and it is doable 💪

the problem here is that sql server connection string is an unordered set of key-value pairs but even worse some of the options have multiple aliases in the majority of...

@dustin-decker forgot to mention `Database=` is not enough, aka alternatives are: `Databas = MyBlog`, `Initial Catalog=MyBlog`, ... 🤷‍♂️ (markdown eats spaces, we may have `\s*`) Also, there may be no...

as I have mentioned here is a list of valid connection string: ``` Data Source=localhost;User ID=sa;Paddword=123 Server=localhost;User=sa;Password=123 Network address=localhost;UID=sa;Password=123 ``` Also take a note, the `Database` parameter may be omited,...

JWT may not contain any information about for whom it was created, also it may be signed by much simpler algorithms without fancy JWKS and the most important - usually...

I did not find something specific in the OpenId Connect spec but here is a good description from the Identity Server https://docs.identityserver.io/en/latest/topics/reference_tokens.html Long story short: to be able to invalidate...

Wondering if understand that one correct: in Google we have quadrillion images, aka `gcr.io/myproject/myapp1`, we wish to migrate to Azure, to make things smoother, idea is to configure Azure as...

Still better than nothing but I bed 50 rules limit is the one we will face immediately 🤷‍♂️ but because we are going to script things in either case nothing...

@larsks yes and no from one side you are definitely correct and that's exactly the missing point in docs - whenever something does not work - do check it with...

Hm, there is a chance, by mistake, I have created an issue in a wrong place 🤷‍♂️ I have created small PR to docs repository, with small note describing this...