Skip to content
代码片段 群组 项目
  • Eduardo Bonet's avatar
    3adf4935
    Adds duo_api scope for GitLab Duo endpoints · 3adf4935
    Eduardo Bonet 创作于
    Adding a new scope allows us to minimize the permission needed for a
    token used to access GitLab Duo features. The following endpoints can
    now be accessed through duo scope:
    
    - GET /metadata
    - GET /version
    - GET /code_suggestions/*
    - POST /code_suggestions/*
    
    Changelog: added
    EE: true
    3adf4935
    历史
    Adds duo_api scope for GitLab Duo endpoints
    Eduardo Bonet 创作于
    Adding a new scope allows us to minimize the permission needed for a
    token used to access GitLab Duo features. The following endpoints can
    now be accessed through duo scope:
    
    - GET /metadata
    - GET /version
    - GET /code_suggestions/*
    - POST /code_suggestions/*
    
    Changelog: added
    EE: true
代码所有者