Add example of a token with a policy to read allocs

Signed-off-by: josh <josh.timmons@hashicorp.com>
This commit is contained in:
josh
2023-06-05 21:00:29 -04:00
parent c0f49cec77
commit 2de03da519
3 changed files with 78 additions and 18 deletions
+1 -1
View File
@@ -47,4 +47,4 @@ export default async function createPlugin(
+ apiRouter.use('/nomad', await nomad(nomadEnv));
```
Note: for this backend to work, the `nomad` configuration described in the README of `@backstage/plugin-nomad` must be configured.
Note: for this backend to work, the `nomad` configuration described in the README of `@backstage/plugin-nomad` must be implemented.