jfrog / terraform-provider-platform

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

Implementing OIDC Support in Kubernetes for JFrog Artifactory Integration #69

Closed garganshulgarg closed 5 months ago

garganshulgarg commented 5 months ago

JFrog Artifactory recently introduced OIDC Integration. The provided example for GH Workflow access works effectively. Now, we aim to enable OIDC Support for our applications on a Kubernetes cluster. Currently, we utilize vault-plugin-secrets-artifactory and have established backend roles and roles within Vault, connecting to multiple Artifactory groups. With OIDC Support now directly available within Artifactory, we plan to eliminate the use of Vault. Furthermore, we employ VaultDynamicSecret Kubernetes Object to fetch temporary tokens within our Kubernetes namespace, utilized by pods to pull images from Artifactory. Is there a Kubernetes operator available for this purpose? Additionally, I'm seeking examples to unravel the Kubernetes OIDC mystery.

alexhung commented 5 months ago

@garganshulgarg I don't have answers to your question, unfortunately. I suggest you send the questions to your JFrog support team.

garganshulgarg commented 5 months ago

@alexhung : Thanks for the same !! Will ask the same query with JFrog Support