-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow KBS secret resources to be provided via K8s secrets
KbsSecretResources entry in the CRD allows to specify the K8s secrets that needs to be made available to the KBS clients. Each secret name is mounted as follows: /opt/confidential-containers/kbs/repository/default/<secret-name-1>/key1 /opt/confidential-containers/kbs/repository/default/<secret-name-1>/key2 /opt/confidential-containers/kbs/repository/default/<secret-name-2>/key1 Signed-off-by: Pradipta Banerjee <[email protected]>
- Loading branch information
Showing
8 changed files
with
138 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
config/manifests/bases/kbs-operator.clusterserviceversion.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
apiVersion: operators.coreos.com/v1alpha1 | ||
kind: ClusterServiceVersion | ||
metadata: | ||
annotations: | ||
alm-examples: '[]' | ||
capabilities: Basic Install | ||
name: kbs-operator.v0.0.0 | ||
namespace: placeholder | ||
spec: | ||
apiservicedefinitions: {} | ||
customresourcedefinitions: | ||
owned: | ||
- description: KbsConfig is the Schema for the kbsconfigs API | ||
displayName: Kbs Config | ||
kind: KbsConfig | ||
name: kbsconfigs.confidentialcontainers.org | ||
version: v1alpha1 | ||
description: Operator to manage the lifecycle of Key Broker Service (KBS) | ||
displayName: KBS Operator | ||
icon: | ||
- base64data: "" | ||
mediatype: "" | ||
install: | ||
spec: | ||
deployments: null | ||
strategy: "" | ||
installModes: | ||
- supported: false | ||
type: OwnNamespace | ||
- supported: false | ||
type: SingleNamespace | ||
- supported: false | ||
type: MultiNamespace | ||
- supported: true | ||
type: AllNamespaces | ||
keywords: | ||
- kbs | ||
- kbs-operator | ||
- attestation-service | ||
- rvps | ||
links: | ||
- name: Kbs Operator | ||
url: https://kbs-operator.domain | ||
maintainers: | ||
- email: [email protected] | ||
name: Pradipta Banerjee | ||
- email: ' [email protected]' | ||
name: Jens Freimann | ||
maturity: alpha | ||
provider: | ||
name: Confidential Containers Community | ||
url: https://github.com/confidential-containers | ||
version: 0.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters