Skip to main content

Posts

Showing posts from 2020
MySQL DB access for user with roles base accesses   Hi Folks, 🙏   Namaste and Welcome to my blog   🙏 Hope this finds you safe and healthy!   Today I am going to explain about if you are wanting to secure your Database server with proper user access-based policy. We can use MySQL role based policy,  A MySQL role is a named collection of privileges. I will show you how to do that by creating roles and users, then associating those users with newly created roles. Now each user will have different roles and access by that way a user like in read-only roles will not be able to delete anything as he is read only. In each role you can give access based on your project requirement. I will create all role and users form MySQL root user. Before that we need to understand privileges, type provided by MySQL Admin Privileges  – It allow user to managed MySQL server. They are Global level access can be hold by lower level u...
APIGateway SSL intermediate cert issue,while connecting to web server:- Hi Folks,  🙏 Namaste and Welcome to my blog 🙏 Hope this finds you safe and healthy!  Today I will explain about if you are getting issue to connect your newly create AWS API gateway to your running web server (My web server is tomcat8 running on ec2). First you need to check what is error for you in my case i am getting some missing intermediate ssl cert issue.  So for that you may ask to provide a complete ssl cert chain from your web server admin who have previously configure ssl cert for your web server , or if you are owner of that server yourself then no worry i will tell you how we can download intermediate cert from website and how can we configure it'. Stay here 😉 1) Download intermediate Cert 2) Move the downloaded cert to web server 3) Configure that new intermediate cert in your web server 4) Restart tomcat 5) Verify Intermediate Cert Installed properly or not with Online SSL checke...