<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configure on Software Factory</title><link>/use/howto/configure/</link><description>Recent content in Configure on Software Factory</description><generator>Hugo</generator><language>en</language><atom:link href="/use/howto/configure/index.xml" rel="self" type="application/rss+xml"/><item><title>GitLab tokens</title><link>/use/howto/configure/gitlab-access-token/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/use/howto/configure/gitlab-access-token/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;a class="td-heading-self-link" href="#introduction" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;In GitLab, tokens are used to facilitate secure access to the GitLab API, manage permissions,
and automate processes. Here are the different types of tokens you might encounter:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Personal Access Tokens&lt;/strong&gt;: These are user-specific tokens that allow you to authenticate API
requests with your user account. They can be scoped to different permissions, such as read or write
access to the repository.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Project Access Tokens&lt;/strong&gt;: These tokens are designed for automated processes within a specific project.
They can be used for CI/CD pipelines, allowing services to interact with the project without exposing
personal credentials.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group Access Tokens&lt;/strong&gt;: These tokens grant access to all projects within a specific group. They
are useful for situations where you want to manage permissions across multiple projects efficiently.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="how-to-create-a-personal-access-token"&gt;How to create a personal Access Token&lt;a class="td-heading-self-link" href="#how-to-create-a-personal-access-token" aria-label="Heading self-link"&gt;&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Here are the steps you typically follow:&lt;/p&gt;</description></item></channel></rss>