You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the proxy certificate "key" field is saved as a plain text field. We should harmonize it with the other settings and store it as a secret instead:
Update the api to use secrets. This applies to cases when fleet server is on a minimum version
For those cases when fleet server is not on this version or secrets are not supported for other reasons, use a encrypted mapping:
Register the proxy mapping withencryptedSavedObjects
Update the UI to have the same appearance currently used in outputs/fleet server hosts/agent binary settings
Make sure that the generated agent policy contains the updated value
Currently the proxy certificate "key" field is saved as a plain text field. We should harmonize it with the other settings and store it as a secret instead:
encryptedSavedObjects
As a reference, #213211 can be used.
Current UI:

UI using secrets fields:

The text was updated successfully, but these errors were encountered: