kelvintaywl / terraform-provider-circleci

(Unofficial) Terraform Provider for CircleCI
https://registry.terraform.io/providers/kelvintaywl/circleci/latest
Mozilla Public License 2.0
12 stars 3 forks source link

Add support for OIDC claim management #38

Open kelvintaywl opened 1 year ago

kelvintaywl commented 1 year ago

CircleCI V2 API has released OIDC management API endpoints.

Most of the endpoint here are RESTful and CRUDish so definitely supportable: https://circleci.com/docs/api/v2/index.html#tag/OIDC-Token-Management

We would need to update the go SDK first.

kelvintaywl commented 1 year ago

Updated the Go SDK (see tag v0.2.7)

The API docs would require some updates, since the org-level claims API does not take nor return project ID. I've tested the API endpoints.