Mutual Auth – Nginx and ServiceNow

Note: This post details about mutual authentication configuration between ServiceNow and Nginx using self-signed certificates. I have described the steps needed to be taken on both sides in respective sections. In case if you are not interested in reading either parts, I would suggest jumping to the relevant section directly as per below overview. However, it … Continue reading Mutual Auth – Nginx and ServiceNow

NPM License Checker

NPM License Checker This post is in relation to the previous post regarding software licensing. We understood that in most of the cases we need to attribute the derivative product to the creators of these libraries as well. I think it should be done morally first and then legally as well. After all, these libraries have saved … Continue reading NPM License Checker

Getting attachments in ServiceNow

One of my friends got in touch with me to ask how do we fetch the attachments from an REST endpoint and store it within ServiceNow? I basically did not have a ready answer to this which piqued my curiosity. This is rather an essential functionality and I was sure there exists some straightforward solution to this.

GitFS

GitFS is a FUSE filesystem and is fully integrated with Git, built by Presslabs. FUSE - is filesystem in userspace which is built to have more control on filesystems for the processes running in user space.