https://hyma-team.slack.com/archives/C04V8U8UH0F/p1761936841067519
adjust generic versioned storage provider to not store additionalHeaders in sharedplugindata, but in client storage only. right now it seems to be stored in both. but additionalHeaders can contain sensitive data, so it needs to be in client storage.
given users already have data there - make sure that we do this on launch of the plugin (like a migration step - invisible to the user, part of our startup processes). and then whenever they create or edit one, we dont save to shared plugin data).
also noticed a bug with generic versioned where if you edit the storage provider we seem to cause all values to be reset to just options but tokens no longer exist. seems to override whatever the user has with an empty object.