Skip to content

Commit

Permalink
Merge pull request #36 from alecjacobs5401/config_visibility
Browse files Browse the repository at this point in the history
fix: ensure secret configuration values are secret
  • Loading branch information
t1agob authored Mar 1, 2024
2 parents cb952f8 + 15137fb commit 924b405
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 924b405

Please sign in to comment.