concourse/skymarshal
veryyet f384a5a992 chore: remove repetitive words
Signed-off-by: veryyet <zhengxingru@outlook.com>
2024-03-21 14:23:15 +08:00
..
dexserver Fix atc panic error due to missing robots.txt for dex server. 2023-09-19 12:36:40 -07:00
legacyserver Revert "revert lager/v3 import path to lager" 2023-04-27 14:50:56 -04:00
logger refactor: move from io/ioutil to io and os packages 2023-06-18 16:54:49 +08:00
skycmd chore: remove repetitive words 2024-03-21 14:23:15 +08:00
skyserver refactor: move from io/ioutil to io and os packages 2023-06-18 16:54:49 +08:00
storage Revert "revert lager/v3 import path to lager" 2023-04-27 14:50:56 -04:00
token regenerate fakes. switch to go-jose/go-jose. swtich to ifirit ginkgomon_v2 2023-04-27 14:51:03 -04:00
NOTICE move everything under ./skymarshal 2018-09-18 15:25:31 -04:00
README.md move everything under ./skymarshal 2018-09-18 15:25:31 -04:00

README.md

skymarshal

Concourse Skymarshal is responsible for issuing tokens that will be consumed by the atc. They should be statically verifiable and contain all required openid connect claims, as well as a groups claim for verifying concourse team membership.

This library is a thin wrapper around coreos/dex.

Future considerations

We want to investigate the ability to grant personal access tokens. This should just be a matter of exchanging the personal access token for a concourse token which contains all necessary claims.