ansible / vscode-ansible

vscode/vscodium extension for providing Ansible auto-completion and integrating quality assurance tools like ansible-lint, ansible syntax check, yamllint, molecule and ansible-test.
https://ansible.readthedocs.io/projects/vscode-ansible/
MIT License
364 stars 92 forks source link

Lightspeed request: Prompt data is visible in console logs. #1671

Open chetan-hireholi opened 4 days ago

chetan-hireholi commented 4 days ago

Problem

According to current implementation & design, the prompt data gets anonymized by the lightspeed services (termed as pre-processing) while the prompts are sent to IBM watsonx Code Assistant for Ansible on IBM cloud. The information in transit is encrypted in SSL.

New request: While the transit pipeline is encrypted, can the anonymization take place on VS Code? Before sending it to the lightspeed service?

I'm already in touch with Marty Turner (Ansible Lightspeed PM) about this topic. I'm creating this github issue to have a public tracking ID.

Solution

Can prompt data be encrypted or can anonymization be brought to the Ansible extension?

Alternatives

No response

Additional context

No response