Enhancement: support dockhand api key auth (#6848)

This commit is contained in:
shamoon
2026-07-07 18:44:31 -07:00
committed by GitHub
parent 1b027912f4
commit c323b5b2e4
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -17,4 +17,5 @@ widget:
environment: local # optional: name or id; aggregates all when omitted
username: your-user # required for local auth
password: your-pass # required for local auth
key: dockhandapikey # optional, if using API key auth instead of username/password
```