jfrog / terraform-provider-platform

Terraform provider to manage JFrog Platform
https://jfrog.com
Apache License 2.0
1 stars 1 forks source link

Implement OIDC Identity Mappings #31

Closed Junkern closed 6 months ago

Junkern commented 7 months ago

Is your feature request related to a problem? Please describe. With the newest 7.77.3 (self-hosted) version Artifactory introduced OIDC integrations with identity mappings. I want to utilize this to simplify authenticaing Github Actions with JFrog (e.g. for build promotion in selected repositories and such). There is already an API: https://jfrog.com/help/r/jfrog-rest-apis/create-an-identity-mapping I would love to have this implement in this provider. Do you have an ETA for this?

Describe the solution you'd like Using the artifactory terraform provider to setup identity mappings

Describe alternatives you've considered Using direct curl calls to the API in null_resources

alexhung commented 7 months ago

@Junkern Thanks for the feature request. I have added this to our plan. I have no confirm ETA at this time.

alexhung commented 7 months ago

Dups of #26 and #29