Alexander Pravdin

Results 119 comments of Alexander Pravdin

I agree that the secret key could be omitted for the verification-only cases.

Can anyone share how to authenticate the proxy on ECR?

Yes, the sidebar doesn't reflect the current section. Making the current page bold would be a great start. I would also suggest highlighting all direct parent sections. Something like this:...

I also tried the `clean` template but it produced broken styles and broken links....

Thank you for your answers! @pkit My script can switch roles using `set local role some_user;` to execute commands using permissions of the current client of the GraphQL server. I...

> AFAIK you're guessing wrong. It will switch context to the user, including correct globals. Yup, seems you are right. But I'm using AWS RDS... ) And as I googled...

That makes sense, thank you. I will work around using your suggestions. BTW, it would be nice to have a straight way mapping current query environment data to plv8 without...

Exposure of the following information: https://www.postgresql.org/docs/11/functions-info.html to a global variable or plv8 special field would be very useful, I think.

Are there any "environment" variables like the current user name that can be accessed easily? If not, probably, at least, it is possible to add globally accessible functions that will...

> because sepolicy apply fails. Use kernelsu to `setenforce 0` and login and `setenfore 1` @yujincheng08 Could you clarify in more detail how to do that for non-professionals?