UNPKG

@infosys_ltd/openfga-plugin-backstage

Version:

This plugin wraps around the Backstage Permission Framework and uses the OPENFGA client to evaluate policies.

10 lines (7 loc) 731 B
import React from 'react'; import { Grid } from '@material-ui/core'; import { Page, Header, Content } from '@backstage/core-components'; import { OpenfgaCatalogComponent } from '../OpenfgaCatalogComponent/OpenfgaCatalogComponent.esm.js'; const HeaderComponent = () => /* @__PURE__ */ React.createElement(Page, { themeId: "tool" }, /* @__PURE__ */ React.createElement(Header, { title: "OpenFGA Permission" }), /* @__PURE__ */ React.createElement(Content, null, /* @__PURE__ */ React.createElement(Grid, { container: true }, /* @__PURE__ */ React.createElement(Grid, { item: true }, /* @__PURE__ */ React.createElement(OpenfgaCatalogComponent, null))))); export { HeaderComponent }; //# sourceMappingURL=HeaderComponent.esm.js.map