Skip to content

Draft: Add code suggestions token to Web IDE

Tan Le requested to merge 404427-access-token-ide-code-suggestions into master

What does this MR do and why?

Describe in detail what your merge request does and why.

Add code suggestions token to Web IDE

This provides a facility to generate Code Suggestions JWT token and embeds it in the Web IDE config via the controller. This token is signed using OpenID private key and will be used to send request to Code Suggestions services.

Screenshots or screen recordings

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

How to set up and validate locally

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

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #404427 (closed)

Merge request reports