SSH Banner / MotD for Linux
This topic, I know, is not of the slightest importance to the project itself, but I remembered this when I was configuring LDAP authentications on Linux. When I ssh to…
This topic, I know, is not of the slightest importance to the project itself, but I remembered this when I was configuring LDAP authentications on Linux. When I ssh to…
In this topic, I will show how I have configured authentication for Linux/Ubuntu hosts in the project’s LDAP (https://devops-db.com/category/laboratory/openldap/). To do this, you need to have an LDAP server created…
For anyone using LDAP authentication on Linux hosts, controlling who can be SUDO on VMs via LDAP makes it much easier, control becomes centralised and not host to host, imagine…
Settings There isn’t much of a secret to configuring GitLab to use LDAP integration, but it doesn’t have a graphical mode, we have to change directly in the configuration files…
Piece of code with an example of how to build an image (Path to Dockerfile) and push the image to the Registry. The Process has a Log Stream. This code…
Installation The installation of Jenkins for this Lab, initially I did it in Docker, due to lack of resources, with the new server, I created a VM and that’s why…
Groups In Gitlab, projects are grouped into Groups, or optionally into Subgroups: How to use GitLab for Agile portfolio planning and project management At this point I’m going to create…
Default Branch This first configuration is optional, I prefer to work with the default branch as master: SMTP I have a gmail account for my domains and I will configure…
With all the configurations ready, it’s time to create the first structures of our LDAP.This first structure I will create the groups: I will also create a GitLabGroup group, which…
Today in many scenarios, it is much easier to manage permissions if we add users to specific groups and manage permissions, roles, etc. by groups and not user by user.To…