Easy configuration as code tool for GitLab using config in plain YAML
Project description
GitLabForm
GitLabForm is a specialized “configuration as a code” tool for GitLab projects, groups and more using hierarchical configuration written in YAML.
Features
GitLabForm enables you to manage:
Group settings,
Project settings,
Archive/unarchive project,
Project members (users and groups),
Deployment keys,
Secret variables (on project and group/subgroup level),
Branches (protect/unprotect),
Tags (protect/unprotect),
Services,
(Project) Hooks,
(Project) Push Rules,
(Add/edit or delete) Files, with templating based on Jinja2 (now supports custom variables!),
Merge Requests approvals settings and approvers (EE 10.6+ only),
…for:
all projects in your GitLab instance/that you have access to,
a group/subgroup of projects,
a single project,
…and a combination of them.
GitLabForm uses hierarchical configuration with inheritance, merging/overwriting and addivity. GitLabForm is also using passing the parameters as-is to GitLab APIs with PUT/POST requests. Read more about these features here .
Similar apps
GitLabForm has roughly the same purpose as GitLab provider for Terraform (which is a tool that we love and that clearly inspired this app), but but it has a different set of features and uses a different configuration format.
Requirements
Python 3.5+
GitLab 11+ for gitlabform >=1.0.0, GitLab 9.1-10.8 for gitlabform <1.0.0, (GitLab EE 10.6+ for merge_requests section)
Installation
Pip: pip3 install gitlabform
B. Docker: you run GitLabForm in a Docker container with this oneliner: docker run -it -v $(pwd):/config egnyte/gitlabform:latest gitlabform. Instead of “latest” you can also use a specific version and choose from Alpine and Debian-based images. See the GitLabForm DockerHub page for a list of available tags.
Quick start
Let’s assume that you want to add a deployment key to all projects in a group “My Group” (with path “my-group”). If so then:
Create example config.yml:
gitlab:
# You can also set in your environment GITLAB_URL
url: https://gitlab.yourcompany.com
# You can also set in your environment GITLAB_TOKEN
token: "<private token of an admin user>"
api_version: 4
ssl_verify: true
group_settings:
my-group:
deploy_keys:
a_friendly_deploy_key_name: # this name is only used in GitLabForm config
key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC3WiHAsm2UTz2dU1vKFYUGfHI1p5fIv84BbtV/9jAKvZhVHDqMa07PgVtkttjvDC8bA1kezhOBKcO0KNzVoDp0ENq7WLxFyLFMQ9USf8LmOY70uV/l8Gpcn1ZT7zRBdEzUUgF/PjZukqVtuHqf9TCO8Ekvjag9XRfVNadKs25rbL60oqpIpEUqAbmQ4j6GFcfBBBPuVlKfidI6O039dAnDUsmeafwCOhEvQmF+N5Diauw3Mk+9TMKNlOWM+pO2DKxX9LLLWGVA9Dqr6dWY0eHjWKUmk2B1h1HYW+aUyoWX2TGsVX9DlNY7CKiQGsL5MRH9IXKMQ8cfMweKoEcwSSXJ
title: ssh_key_name_that_is_shown_in_gitlab
can_push: false
Run gitlabform my-group
Watch GitLabForm add this deploy key to all projects in “My Group” group in your GitLab!
Configuration syntax
See config.yml in this repo as a well documented example of all the features, including configuring all projects in all groups, projects in “my-group” group and specifically project “my-group/my-project1”.
More cli usage examples
To apply settings for a single project, run:
gitlabform my-group/my-project1
To apply settings for a group of projects, run:
gitlabform my-group
To apply settings for all groups of projects and projects explicitly defined in the config, run:
gitlabform ALL_DEFINED
To apply settings for all projects, run:
gitlabform ALL
Run:
gitlabform -h
…to see the current set of supported command line parameters.
Running in an automated pipeline
You can use GitLabForm as a part of your CCA pipeline to.
For example, you can run it with a schedule to unify your GitLab configuration each night, after it may have drifted from the configuration in the code during the working day.
Or you can run the pipeline from a webhook after a new project is created in GitLab to have have the initial config for new projects done automatically as soon as the projects are created.
Example for running GitLabForm using GitLab CI is provided in the .gitlab-ci.example.yml file.
Note that as a standard best practice you should not put your GitLab access token in your config.yml (unless it is encrypted) for security reasons - please set it in the GITLAB_TOKEN environment variable instead.
For GitLab CI a secure place to set it would be a Secret/Protected Variable in the project configuration).
History
This tool was originally created as a workaround for missing GitLab features such as assigning deploy keys per project groups but as of now we prefer to use it ever if there are appropriate web UI features, such as secret variables per project groups (released in GitLab 9.4) to keep the configuration as code.
Later on we added features that allowed us to use GitLabForm to improve a group containing around 100 similar projects to move to a unified development flow (by managing branches protection and the Pull Requests configuration), basic tests and deployment process (by managing secret variables, deployment keys and files, such as .gitlab-ci.yml), integrations (such as JIRA or Slack) and more.
Contributing
Development environment setup how-to:
Install build requirements - pandoc binary package + pypandoc python package.
Create virtualenv with Python 3.5+, for example in venv dir which is in .gitignore.
Activate the virtualenv and install gitlabform in it in develop mode (python setup.py develop).
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gitlabform-1.9.2.tar.gz
.
File metadata
- Download URL: gitlabform-1.9.2.tar.gz
- Upload date:
- Size: 19.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b71f054ab824f15d797f9431ad97608dbdf12c43671e76afb6f794bb3bf076d0 |
|
MD5 | a08ccc17f8056cde31e88e2ecc02c922 |
|
BLAKE2b-256 | ac3fd082e5a816aa7c8b2bfde332f24768d16c7fe8105e950d677ffe8747cef8 |
File details
Details for the file gitlabform-1.9.2-py3-none-any.whl
.
File metadata
- Download URL: gitlabform-1.9.2-py3-none-any.whl
- Upload date:
- Size: 25.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/44.0.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.5.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ba987e3d7d7d31dcc117a07190e0890a0d23b72567fab38db149ca616eded5c |
|
MD5 | 69f1bcad181208958644a3666b651868 |
|
BLAKE2b-256 | 2e8ae799a2adae79ba42d209cde058a7547c58a018133b7c20198a5ad7a636c2 |