mirror of
https://github.com/hashicorp/vault.git
synced 2026-03-29 22:03:37 -04:00
Specifying the `allowed_organiztaional_units` parameter to a cert auth
backend role will require client certificates to contain at least one of
a list of one or more "organizational units" (OU).
Example use cases:
Certificates are issued to entities in an organization arrangement by
organizational unit (OU). The OU may be a department, team, or any other logical
grouping of resources with similar roles. The entities within the OU
should be granted the same policies.
```
$ vault write auth/cert/certs/ou-engineering \
certificate=@ca.pem \
policies=engineering \
allowed_organiztaional_units=engineering
$ vault write auth/cert/certs/ou-engineering \
certificate=@ca.pem \
policies=engineering \
allowed_organiztaional_units=engineering,support
```
|
||
|---|---|---|
| .. | ||
| auth | ||
| secret | ||
| system | ||
| index.html.md | ||
| libraries.html.md | ||
| relatedtools.html.md | ||