A Kubernetes operator that bridges Hardware Security Module (HSM) data storage with Kubernetes Secrets, providing true secret portability th
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 32 lines 866 B view raw
1# Code generated by tool. DO NOT EDIT. 2# This file is used to track the info used to scaffold your project 3# and allow the plugins properly work. 4# More info: https://book.kubebuilder.io/reference/project-config.html 5domain: j5t.io 6layout: 7- go.kubebuilder.io/v4 8plugins: 9 manifests.sdk.operatorframework.io/v2: {} 10 scorecard.sdk.operatorframework.io/v2: {} 11projectName: hsm-secrets-operator 12repo: github.com/evanjarrett/hsm-secrets-operator 13resources: 14- api: 15 crdVersion: v1 16 namespaced: true 17 controller: true 18 domain: j5t.io 19 group: hsm 20 kind: HSMSecret 21 path: github.com/evanjarrett/hsm-secrets-operator/api/v1alpha1 22 version: v1alpha1 23- api: 24 crdVersion: v1 25 namespaced: true 26 controller: true 27 domain: j5t.io 28 group: hsm 29 kind: HSMDevice 30 path: github.com/evanjarrett/hsm-secrets-operator/api/v1alpha1 31 version: v1alpha1 32version: "3"