Merge pull request #17852 from dweber019/fix/jekins-secrets
fix: don't expose sensible data in Jenkins
This commit is contained in:
Vendored
+7
-1
@@ -38,11 +38,17 @@ export interface Config {
|
||||
* instance.
|
||||
*/
|
||||
name: string;
|
||||
|
||||
baseUrl: string;
|
||||
username: string;
|
||||
/** @visibility secret */
|
||||
apiKey: string;
|
||||
extraRequestHeaders?: Partial<{
|
||||
/** @visibility secret */
|
||||
Authorization: string;
|
||||
/** @visibility secret */
|
||||
authorization: string;
|
||||
[key: string]: string;
|
||||
}>;
|
||||
}[];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user