You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
consul/ui-v2/app/components/consul-token-ruleset-list
John Cowen 7a8b5e7eb7
ui: Redesigns for the token/policy/roles listings pages (#8144)
4 years ago
..
README.mdx ui: Redesigns for the token/policy/roles listings pages (#8144) 4 years ago
index.hbs ui: Redesigns for the token/policy/roles listings pages (#8144) 4 years ago
index.js ui: Redesigns for the token/policy/roles listings pages (#8144) 4 years ago

README.mdx

## ConsulTokenRulesetList

```
<ConsulTokenRulesetList
  @item={{item}}
/>
```

A presentational component for rendering Consul ACL token 'rulesets'. Rulesets are the various 'rule-type' things that belong to a token such as policies, identities and roles, and in the case of legacy tokens, the old style string based rules property.

### Arguments

| Argument/Attribute | Type | Default | Description |
| --- | --- | --- | --- |
| `item` | `array` |  | An ACL token  |

### See

- [Component Source Code](./index.js)
- [TemplateSource Code](./index.hbs)

---