Welcome to mirror list, hosted at ThFree Co, Russian Federation.

id_tokens.yml « positive_tests « yaml_tests « ci « schema « editor « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 169b09ee56f3656cdd728c4ba2e9705df11efd40 (plain)
1
2
3
4
5
6
7
8
9
10
11
valid_id_tokens:
  script:
    - echo $ID_TOKEN_1
    - echo $ID_TOKEN_2
  id_tokens:
    ID_TOKEN_1:
      aud: 'https://gitlab.com'
    ID_TOKEN_2:
      aud:
        - 'https://aws.com'
        - 'https://google.com'