Gitlab – Configuration
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…
OpenLDAP – Initial user structure
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…
OpenLDAP – Activation of the MemberOf module
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…
OpenLDAP – Extra settings
Now I’m going to leave here some steps for extra configurations in OpenLDAP.The first and not least important is the Log, as installed by default, OpenLDAP does not have a…
OpenLDAP – Certificate Creation / TLS Activation
This step is still optional, for the basic operation of OpenLDAP it is not necessary, but I wanted to have something a little more complete and secure in the integration…
OpenLDAP – Basic Installation
Architecture During the installation and configuration of the services you see below, I realized that even in the lab, user management is starting to become very confusing.That’s why I turned…
Installation Sequence.
Sequence Here I want to leave an organized and ordered list, exactly of the sequence of installations and configurations that I am doing during the project. This is not the…
Gitlab – Installation
Installing GitLab is a bit of a chicken and egg story. I need GitLab because it’s a repository, pipeline trigger, Docker image registry, etc. But I’d like the installation to…
[Deprecated] OpenLDAP – Installation and configuration.
Architecture During the installation and configuration of the services you see below, I realized that even in the lab, user management is starting to become very confusing.That’s why I turned…
Registry – Docker images
Installation To have the Docker / Kubernetes images that will be created during the Lab, among several excellent repositories, I preferred the official Docker one, it is simple and light,…