Skip to content

Commit

Permalink
release: 0.9.3 (#79)
Browse files Browse the repository at this point in the history
### Description

This release removes the `pagerDuty.apiToken` and `pagerDuty.oauth`
configuration definitions from this repository as they should be treated
as secret config and this frontend plugin does not need to know about
them.

These configurations will now be exclusive to the backend plugin.

## Acknowledgement

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.

**Disclaimer:** We value your time and bandwidth. As such, any pull
requests created on non-triaged issues might not be successful.
  • Loading branch information
t1agob authored Mar 1, 2024
2 parents 2c15cb7 + 817c87c commit f370eae
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions config.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,5 @@ export interface Config {
* @visibility frontend
*/
apiBaseUrl?: string;
/**
* Optional PagerDuty API Token used in API calls from the backend component.
* @visibility frontend
*/
apiToken?: string;
/**
* Optional PagerDuty Scoped OAuth Token used in API calls from the backend component.
* @visibility frontend
*/
oauth?: PagerDutyOAuthConfig;
};
}

0 comments on commit f370eae

Please sign in to comment.