Skip to content

Commit ade677f

Browse files
fix(argocd): fix argocd configurations visibility (janus-idp#1618)
1 parent ca207c4 commit ade677f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

plugins/argocd/config.d.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export interface Config {
2626
* @visibility frontend
2727
*/
2828
appLocatorMethods?: Array</**
29-
* @visibility secret
29+
* @visibility frontend
3030
*/
3131
{
3232
/**
@@ -43,6 +43,14 @@ export interface Config {
4343
* @visibility frontend
4444
*/
4545
url: string;
46+
/**
47+
* @visibility secret
48+
*/
49+
username: string;
50+
/**
51+
* @visibility secret
52+
*/
53+
password: string;
4654
}>;
4755
}>;
4856
};

0 commit comments

Comments
 (0)