Skip to content

Commit f7d4b14

Browse files
author
Dennis Labordus
committed
Added page with admin overview of Access Token used.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent da5422f commit f7d4b14

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/ACCESS_TOKENS.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Access Tokens
2+
3+
In all parts of the development process we are using Tokens to access other systems then GitHub. To connect to these
4+
systems we often use Access Token to authorize access. These access tokens are personal access token from members of
5+
the CoMPAS Organization. To keep track we keep a list of access token used and who created the access token. This way
6+
we know when they expire and if someone leaves the CoMPAS Organization which ones to replace.
7+
8+
## Overview Access Tokens
9+
10+
Below tokens are al registered under the CoMPAS Organisation as Action Secret.
11+
12+
| Token Name | Owner | Expire Date |
13+
|--------------------------|-----------------|-------------|
14+
| DOCKER_HUB_USERNAME | Rob Tjalma | ? |
15+
| DOCKER_HUB_TOKEN | Rob Tjalma | ? |
16+
| ORG_GITHUB_ACTION_SECRET | Dennis Labordus | 31/12/2022 |
17+
| SONAR_TOKEN | Rob Tjalma | ? |
18+
19+
Below tokens are al registered under the CoMPAS Organisation as Dependabot Secret.
20+
21+
| Token Name | Owner | Expire Date |
22+
|--------------------|-----------------|-------------|
23+
| DB_GITHUB_PACKAGES | Dennis Labordus | 31/12/2022 |
24+
25+
Currently, there are no GIT Repository specific secrets registered. Some access tokens are limited to a list of GIT
26+
Repositories allowed to use it.

docs/_includes/sidebar.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h2>
3939
<li class="nav-list-item">
4040
<a class="sidebar-nav-item{% if page.url == '/DEPLOYMENT.html' %} active{% endif %}" href="{{ site.baseurl }}/DEPLOYMENT.html">Deployment</a>
4141
</li>
42+
<li class="nav-list-item">
43+
<a class="sidebar-nav-item{% if page.url == '/ACCESS_TOKENS.html' %} active{% endif %}" href="{{ site.baseurl }}/ACCESS_TOKENS.html">Access Tokens</a>
44+
</li>
4245
</ul>
4346
</nav>
4447

0 commit comments

Comments
 (0)