File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change
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 | LF Energy User | - |
15
+ | DOCKER_HUB_TOKEN | LF Energy User | - |
16
+ | ORG_GITHUB_ACTION_SECRET | Dennis Labordus | 31/12/2022 |
17
+ | SONAR_TOKEN | CoMPAS General | - |
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.
Original file line number Diff line number Diff line change 39
39
< li class ="nav-list-item ">
40
40
< a class ="sidebar-nav-item{% if page.url == '/DEPLOYMENT.html' %} active{% endif %} " href ="{{ site.baseurl }}/DEPLOYMENT.html "> Deployment</ a >
41
41
</ 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 >
42
45
</ ul >
43
46
</ nav >
44
47
You can’t perform that action at this time.
0 commit comments