Skip to content

Draft: Add FF to toggle /code_suggestions/tokens endpoint

Jessie Young requested to merge jy-ff-token-endpoint into master

What does this MR do and why?

  • There is already a feature flag called code_suggestions_tokens_api that lets us toggle this endpoint and the code completions endpoint, but this allows us to turn off just the /code_suggestions/tokens endpoint
  • We may want to turn this off before removing it entirely because it is an endpoint for a legacy codepath that we no longer want to support.
  • The tokens generated by this endpoint will soon be un-usable because the AI Gateway will be updated to only accept requests from workhorse: gitlab-com/gl-infra/platform/runway/runwayctl!159 (diffs)
  • By turning this endpoint off with a feature flag, we make sure that there aren't any unexpected consequences when turning off the endpoint (such as raising errors from plugins)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Edited by Jessie Young

Merge request reports