add support for OU whitelist to profiles ('ou_whitelist')
Open
- Dominant language
- Go
- Stars
- 9.5k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Our internal PKI relies on both `OU` and `CN` fields for authentication and authorization. The `OU` serves as a group or role attribute while the `CN` (and SANs) indicate the entity, general human or machine/app. eg: `/OU=webserver/CN=web01/`.
We would probably be able to move some of our PKI tooling over to cfssl. But I am not sure we can implement our policy with the current features. It looks like it might be possible if signing profiles had an `ou_whitelist` that accepted a list of OUs or a regex, similar to the existing `name_whitelist` for controlling SANs.
Contributor guide
Assessment
This issue has not been assessed yet.