Samba share login in secrets.yaml

I am using the Home Assistant Add-on for Samba share to access my files, but is it possible to save my username and password in my secrets.yaml file instead of in the plugin config, and how do I do that?

workgroup: WORKGROUP
username: my_username
password: my_password
interface: ''
allow_hosts:
  - 10.0.0.0/8
  - 172.16.0.0/12
  - 192.168.0.0/16
  - 'fe80::/10'
veto_files:
  - ._*
  - .DS_Store
  - Thumbs.db
  - icon?
  - .Trashes

compatibility_mode: false

No, that’s not possible currently.