# skymarshal **Repository Path**: mirrors_rubenv/skymarshal ## Basic Information - **Project Name**: skymarshal - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-18 - **Last Updated**: 2026-01-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](http://github.com/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.