From f7d4b144129a61d8bbf12954b7e0de3aecaac330 Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Mon, 9 May 2022 13:07:40 +0200 Subject: [PATCH 1/2] Added page with admin overview of Access Token used. Signed-off-by: Dennis Labordus --- docs/ACCESS_TOKENS.md | 26 ++++++++++++++++++++++++++ docs/_includes/sidebar.html | 3 +++ 2 files changed, 29 insertions(+) create mode 100644 docs/ACCESS_TOKENS.md diff --git a/docs/ACCESS_TOKENS.md b/docs/ACCESS_TOKENS.md new file mode 100644 index 0000000..dc703be --- /dev/null +++ b/docs/ACCESS_TOKENS.md @@ -0,0 +1,26 @@ +# Access Tokens + +In all parts of the development process we are using Tokens to access other systems then GitHub. To connect to these +systems we often use Access Token to authorize access. These access tokens are personal access token from members of +the CoMPAS Organization. To keep track we keep a list of access token used and who created the access token. This way +we know when they expire and if someone leaves the CoMPAS Organization which ones to replace. + +## Overview Access Tokens + +Below tokens are al registered under the CoMPAS Organisation as Action Secret. + +| Token Name | Owner | Expire Date | +|--------------------------|-----------------|-------------| +| DOCKER_HUB_USERNAME | Rob Tjalma | ? | +| DOCKER_HUB_TOKEN | Rob Tjalma | ? | +| ORG_GITHUB_ACTION_SECRET | Dennis Labordus | 31/12/2022 | +| SONAR_TOKEN | Rob Tjalma | ? | + +Below tokens are al registered under the CoMPAS Organisation as Dependabot Secret. + +| Token Name | Owner | Expire Date | +|--------------------|-----------------|-------------| +| DB_GITHUB_PACKAGES | Dennis Labordus | 31/12/2022 | + +Currently, there are no GIT Repository specific secrets registered. Some access tokens are limited to a list of GIT +Repositories allowed to use it. diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html index be6aa6d..932fd45 100644 --- a/docs/_includes/sidebar.html +++ b/docs/_includes/sidebar.html @@ -39,6 +39,9 @@

+ From b08c44a18d321f74a93ae66df092709f4fad4fb8 Mon Sep 17 00:00:00 2001 From: Dennis Labordus Date: Mon, 9 May 2022 13:52:36 +0200 Subject: [PATCH 2/2] Updated table. --- docs/ACCESS_TOKENS.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/ACCESS_TOKENS.md b/docs/ACCESS_TOKENS.md index dc703be..06568b6 100644 --- a/docs/ACCESS_TOKENS.md +++ b/docs/ACCESS_TOKENS.md @@ -11,10 +11,10 @@ Below tokens are al registered under the CoMPAS Organisation as Action Secret. | Token Name | Owner | Expire Date | |--------------------------|-----------------|-------------| -| DOCKER_HUB_USERNAME | Rob Tjalma | ? | -| DOCKER_HUB_TOKEN | Rob Tjalma | ? | +| DOCKER_HUB_USERNAME | LF Energy User | - | +| DOCKER_HUB_TOKEN | LF Energy User | - | | ORG_GITHUB_ACTION_SECRET | Dennis Labordus | 31/12/2022 | -| SONAR_TOKEN | Rob Tjalma | ? | +| SONAR_TOKEN | CoMPAS General | - | Below tokens are al registered under the CoMPAS Organisation as Dependabot Secret.