Bitbucket username should not be treated as a secret

Signed-off-by: Robin Gileborg <robin@gileborg.com>
This commit is contained in:
Robin Gileborg
2026-05-26 13:19:08 +02:00
parent acf1945a83
commit 241d359913
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,5 @@
---
'@backstage/integration': patch
---
Changed visibility of Bitbucket username as it is not a secret.
-1
View File
@@ -115,7 +115,6 @@ export interface Config {
bitbucketCloud?: Array<{
/**
* The username to use for authenticated requests.
* @visibility secret
*/
username?: string;
/**