Skip to content

Commit

Permalink
fix: ensure secret configuration values are secret
Browse files Browse the repository at this point in the history
Signed-off-by: Alec Jacobs <[email protected]>
  • Loading branch information
alecjacobs5401 committed Mar 1, 2024
1 parent cb952f8 commit 15137fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ export interface Config {
apiBaseUrl?: string;
/**
* Optional PagerDuty API Token used in API calls from the backend component.
* @visibility frontend
* @visibility secret
*/
apiToken?: string;
/**
* Optional PagerDuty Scoped OAuth Token used in API calls from the backend component.
* @visibility frontend
* @deepVisibility secret
*/
oauth?: PagerDutyOAuthConfig;
};
Expand Down

0 comments on commit 15137fb

Please sign in to comment.