cloudflare / cloudflare/cfssl

add support for OU whitelist to profiles ('ou_whitelist')

Open
#695 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.