Skip to content

Commit 1475af1

Browse files
Merge pull request #302 from dyna-stadt/feat/add_oidc_configuration
Add Vault Identity OIDC and Identity Token CRDs
2 parents ba6b9f2 + 7930f79 commit 1475af1

54 files changed

Lines changed: 6459 additions & 2 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

PROJECT

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -482,4 +482,95 @@ resources:
482482
kind: AuditRequestHeader
483483
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
484484
version: v1alpha1
485+
- api:
486+
crdVersion: v1
487+
namespaced: true
488+
controller: true
489+
domain: redhat.io
490+
group: redhatcop
491+
kind: IdentityOIDCProvider
492+
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
493+
version: v1alpha1
494+
webhooks:
495+
defaulting: true
496+
validation: true
497+
webhookVersion: v1
498+
- api:
499+
crdVersion: v1
500+
namespaced: true
501+
controller: true
502+
domain: redhat.io
503+
group: redhatcop
504+
kind: IdentityOIDCScope
505+
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
506+
version: v1alpha1
507+
webhooks:
508+
defaulting: true
509+
validation: true
510+
webhookVersion: v1
511+
- api:
512+
crdVersion: v1
513+
namespaced: true
514+
controller: true
515+
domain: redhat.io
516+
group: redhatcop
517+
kind: IdentityOIDCClient
518+
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
519+
version: v1alpha1
520+
webhooks:
521+
defaulting: true
522+
validation: true
523+
webhookVersion: v1
524+
- api:
525+
crdVersion: v1
526+
namespaced: true
527+
controller: true
528+
domain: redhat.io
529+
group: redhatcop
530+
kind: IdentityOIDCAssignment
531+
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
532+
version: v1alpha1
533+
webhooks:
534+
defaulting: true
535+
validation: true
536+
webhookVersion: v1
537+
- api:
538+
crdVersion: v1
539+
namespaced: true
540+
controller: true
541+
domain: redhat.io
542+
group: redhatcop
543+
kind: IdentityTokenConfig
544+
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
545+
version: v1alpha1
546+
webhooks:
547+
defaulting: true
548+
validation: true
549+
webhookVersion: v1
550+
- api:
551+
crdVersion: v1
552+
namespaced: true
553+
controller: true
554+
domain: redhat.io
555+
group: redhatcop
556+
kind: IdentityTokenKey
557+
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
558+
version: v1alpha1
559+
webhooks:
560+
defaulting: true
561+
validation: true
562+
webhookVersion: v1
563+
- api:
564+
crdVersion: v1
565+
namespaced: true
566+
controller: true
567+
domain: redhat.io
568+
group: redhatcop
569+
kind: IdentityTokenRole
570+
path: github.com/redhat-cop/vault-config-operator/api/v1alpha1
571+
version: v1alpha1
572+
webhooks:
573+
defaulting: true
574+
validation: true
575+
webhookVersion: v1
485576
version: "3"

0 commit comments

Comments
 (0)