@@ -0,0 +1,10 @@
|
||||
## API Report File for "@backstage/plugin-permission-backend-module-policy-allow-all"
|
||||
|
||||
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
||||
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @public
|
||||
export const permissionModuleAllowAllPolicy: () => BackendFeature;
|
||||
```
|
||||
@@ -19,6 +19,8 @@ import { AllowAllPermissionPolicy } from './policy';
|
||||
|
||||
/**
|
||||
* A permission policy module that allows all requests.
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
export const permissionModuleAllowAllPolicy = createBackendModule({
|
||||
moduleId: 'allowAllPolicy',
|
||||
|
||||
@@ -5,9 +5,6 @@
|
||||
```ts
|
||||
import { BackendFeature } from '@backstage/backend-plugin-api';
|
||||
|
||||
// @alpha
|
||||
export const permissionModuleAllowAllPolicy: () => BackendFeature;
|
||||
|
||||
// @alpha
|
||||
export const permissionPlugin: () => BackendFeature;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user