Hi, what about adding feature in UI that has the same effect as declaring this in drone.yml
---
kind: secret
name: username
get:
path: prod/docker
name: username
This way, switching secret plugins can be done seamlessly without affecting the source code, which also help in removing the responsibility of secret management completely from developer to repo admin.