Skip to content
  • Hinam Mehra's avatar
    1156ad38
    Add job_token_policies column to CI job token allowlist · 1156ad38
    Hinam Mehra authored
    - Add job_token_policies as a jsonb column to
    ci_job_token_group_scope_links &
    ci_job_token_project_scope_links table
    - This column will store a string of policies that the
    target group/project will have access to when running the pipeline
    - These will be able to be configured in the future from the
    project settings page
    
    Changelog: added
    1156ad38
    Add job_token_policies column to CI job token allowlist
    Hinam Mehra authored
    - Add job_token_policies as a jsonb column to
    ci_job_token_group_scope_links &
    ci_job_token_project_scope_links table
    - This column will store a string of policies that the
    target group/project will have access to when running the pipeline
    - These will be able to be configured in the future from the
    project settings page
    
    Changelog: added
Loading