salgatt

Joined October 08, 2022

  • Homepage Not Specified
  • Facebook Profile Not Specified
  • Follow on Twitter @salgatt
  • Google+ Profile Not Specified
  • Linkedin Profile Not Specified
  • Pinterest Not Specified
  • Skype Not Specified

Published Blogs

Deploying a Sample PostgreSQL Database

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - Now that I’m beginning to use Github to manage my Kubernetes cluster as shown in my previous article Making The Leap Into Devops, it’s time to start bringing over some of my sample systems for testing. This article shows how to make use of Bitnami’s PostgreSQL helm chart to deploy a sample PostgreSQL database in … Continue reading "Deploying a Sample PostgreSQL Database"
The post Deploying a Sample PostgreSQL Database appeared first on My Battles With Technology.

Configuring adminer for Oracle Databases

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - If you are not familiar with adminer, you can read more about it here. In short, it is a PHP script that allows you to manage various databases via a single interface. We have been successfully using the adminer official docker image from docker hub for a number of different databases. We now have a … Continue reading "Configuring adminer for Oracle Databases"
The post Configuring adminer for Oracle Databases appeared first on My Battles With Technology.

Connecting Slack to RSS Feeds

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - I wanted to be able to curate some of my favorite RSS feeds into a single location. There are an endless number of RSS readers and ways to do it but I wanted to use Slack since it’s on every device I use. Using Slack would also allow me to get notifications wherever I was. … Continue reading "Connecting Slack to RSS Feeds"
The post Connecting Slack to RSS Feeds appeared first on My Battles With Technology.

Getting Started With a Content Security Policy

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - I recently needed to setup Content Security Policy (CSP) on a website and I couldn’t think of where to get started. The first question that came to mind was what all content do I allow and how do I test everything without having to look through all of the code on the site. This is … Continue reading "Getting Started With a Content Security Policy"
The post Getting Started With a Content Security Policy appeared first on My Battles With Technology.

Exporting CloudWatch Logs to S3

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - I had to figure out how to get logs from CloudWatch into S3. This task is actually pretty easy because AWS provides a very nice tutorial, Exporting log data to Amazon S3, that explains how to do this either via Console or CLI. My problem is that I needed to do this daily so automating … Continue reading "Exporting CloudWatch Logs to S3"
The post Exporting CloudWatch Logs to S3 appeared first on My Battles With Technology.

Adding pre-commit Hooks to Python Repo

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - Writing code can be tough and writing clean code can be even more difficult some times. When you get on a roll and put together highly functional and imaginative code, it might not always look the greatest. Also, when crunched for time, it can be very difficult to go back over the code and attempt … Continue reading "Adding pre-commit Hooks to Python Repo"
The post Adding pre-commit Hooks to Python Repo appeared first on My Battles With Technology.

Tuning My Content Security Policy

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - In my Getting Started With a Content Security Policy post, I setup a report only CSP policy so that I could try and identify things that could test out a policy before implementing it. It is time to parse through the results and see what needs to be updated in my deployed policy. The original … Continue reading "Tuning My Content Security Policy"
The post Tuning My Content Security Policy appeared first on My Battles With Technology.

Using Github Actions To Test Before You Deploy

Posted By salgatt on Technology

https://blog.shellnetsecurity.com - I’ve been using DigitalOcean for quite some time now and had recently setup their App Platform to run my website. Their platform is great in that I’m able to build a docker container running Openresty and it handles all of my needs. The platform does a great job of catching docker build failures and stops … Continue reading "Using Github Actions To Test Before You Deploy"
The post Using Github Actions To Test Before You Deploy appeared first on My Battles With Technology.