fulcio icon indicating copy to clipboard operation
fulcio copied to clipboard

Add multiple SAN support when processing a JWT token in ciprovider

Open Meeki1l opened this issue 1 year ago • 3 comments

We need to add two values as SAN when integrating with Gitlab:

  1. ci_config_ref_uri
  2. user_email

This is necessary so that the policy controller can create flexible ClusterImagePolicy. Mono repositories can have different projects and even different teams. We need to check both the validity of ci_config_ref_uri and the validity of user_email when delivering the image

Meeki1l avatar Aug 14 '24 09:08 Meeki1l