container-registry / backstage-plugin-harbor-backend

MIT License
5 stars 18 forks source link

Add config schema and protect sensitive property #103

Closed johanhammar closed 1 year ago

johanhammar commented 1 year ago

Adds a config schema and makes sure that the harbor password is protected

Note how password has been replaced with

"harbor":{
    "baseUrl":"url-redacted"
    "username":"username-redacted"
    "password":"<secret>"
}

Similar to https://github.com/backstage/backstage/issues/17955

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information