UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Valkyrie
valkyrie-api
Compare Revisions
fd5410cbc8821ac05945d6f350b125797186bcfd...1922454612b35e1b29102f62da48da44b6423506
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
with
0 additions
and
454 deletions
+0
-454
config/crd/patches/cainjection_in_chiefinformationsecurityofficers.yaml
...ches/cainjection_in_chiefinformationsecurityofficers.yaml
+0
-7
config/crd/patches/cainjection_in_customers.yaml
config/crd/patches/cainjection_in_customers.yaml
+0
-7
config/crd/patches/cainjection_in_organizations.yaml
config/crd/patches/cainjection_in_organizations.yaml
+0
-7
config/crd/patches/cainjection_in_systemowners.yaml
config/crd/patches/cainjection_in_systemowners.yaml
+0
-7
config/crd/patches/webhook_in_authorizingofficials.yaml
config/crd/patches/webhook_in_authorizingofficials.yaml
+0
-16
config/crd/patches/webhook_in_chiefinformationsecurityofficers.yaml
.../patches/webhook_in_chiefinformationsecurityofficers.yaml
+0
-16
config/crd/patches/webhook_in_customers.yaml
config/crd/patches/webhook_in_customers.yaml
+0
-14
config/crd/patches/webhook_in_organizations.yaml
config/crd/patches/webhook_in_organizations.yaml
+0
-14
config/crd/patches/webhook_in_systemowners.yaml
config/crd/patches/webhook_in_systemowners.yaml
+0
-16
config/rbac/authorizingofficial_editor_role.yaml
config/rbac/authorizingofficial_editor_role.yaml
+0
-24
config/rbac/authorizingofficial_viewer_role.yaml
config/rbac/authorizingofficial_viewer_role.yaml
+0
-20
config/rbac/chiefinformationsecurityofficer_editor_role.yaml
config/rbac/chiefinformationsecurityofficer_editor_role.yaml
+0
-24
config/rbac/chiefinformationsecurityofficer_viewer_role.yaml
config/rbac/chiefinformationsecurityofficer_viewer_role.yaml
+0
-20
config/rbac/customer_editor_role.yaml
config/rbac/customer_editor_role.yaml
+0
-24
config/rbac/customer_viewer_role.yaml
config/rbac/customer_viewer_role.yaml
+0
-20
config/rbac/organization_editor_role.yaml
config/rbac/organization_editor_role.yaml
+0
-24
config/rbac/organization_viewer_role.yaml
config/rbac/organization_viewer_role.yaml
+0
-20
config/rbac/role.yaml
config/rbac/role.yaml
+0
-130
config/rbac/systemowner_editor_role.yaml
config/rbac/systemowner_editor_role.yaml
+0
-24
config/rbac/systemowner_viewer_role.yaml
config/rbac/systemowner_viewer_role.yaml
+0
-20
No files found.
config/crd/patches/cainjection_in_chiefinformationsecurityofficers.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch adds a directive for certmanager to inject CA into the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
annotations
:
cert-manager.io/inject-ca-from
:
$(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
name
:
chiefinformationsecurityofficers.customer.valkyrie.dso.mil
config/crd/patches/cainjection_in_customers.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch adds a directive for certmanager to inject CA into the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
annotations
:
cert-manager.io/inject-ca-from
:
$(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
name
:
customers.customer.valkyrie.dso.mil
config/crd/patches/cainjection_in_organizations.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch adds a directive for certmanager to inject CA into the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
annotations
:
cert-manager.io/inject-ca-from
:
$(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
name
:
organizations.customer.valkyrie.dso.mil
config/crd/patches/cainjection_in_systemowners.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch adds a directive for certmanager to inject CA into the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
annotations
:
cert-manager.io/inject-ca-from
:
$(CERTIFICATE_NAMESPACE)/$(CERTIFICATE_NAME)
name
:
systemowners.customer.valkyrie.dso.mil
config/crd/patches/webhook_in_authorizingofficials.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch enables a conversion webhook for the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
name
:
authorizingofficials.customer.valkyrie.dso.mil
spec
:
conversion
:
strategy
:
Webhook
webhook
:
clientConfig
:
service
:
namespace
:
system
name
:
webhook-service
path
:
/convert
conversionReviewVersions
:
-
v1
config/crd/patches/webhook_in_chiefinformationsecurityofficers.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch enables a conversion webhook for the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
name
:
chiefinformationsecurityofficers.customer.valkyrie.dso.mil
spec
:
conversion
:
strategy
:
Webhook
webhook
:
clientConfig
:
service
:
namespace
:
system
name
:
webhook-service
path
:
/convert
conversionReviewVersions
:
-
v1
config/crd/patches/webhook_in_customers.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch enables a conversion webhook for the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
name
:
customers.customer.valkyrie.dso.mil
spec
:
conversion
:
strategy
:
Webhook
webhook
:
clientConfig
:
service
:
namespace
:
system
name
:
webhook-service
path
:
/convert
config/crd/patches/webhook_in_organizations.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch enables a conversion webhook for the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
name
:
organizations.customer.valkyrie.dso.mil
spec
:
conversion
:
strategy
:
Webhook
webhook
:
clientConfig
:
service
:
namespace
:
system
name
:
webhook-service
path
:
/convert
config/crd/patches/webhook_in_systemowners.yaml
deleted
100644 → 0
View file @
fd5410cb
# The following patch enables a conversion webhook for the CRD
apiVersion
:
apiextensions.k8s.io/v1
kind
:
CustomResourceDefinition
metadata
:
name
:
systemowners.customer.valkyrie.dso.mil
spec
:
conversion
:
strategy
:
Webhook
webhook
:
clientConfig
:
service
:
namespace
:
system
name
:
webhook-service
path
:
/convert
conversionReviewVersions
:
-
v1
config/rbac/authorizingofficial_editor_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to edit authorizingofficials.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
authorizingofficial-editor-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
authorizingofficials
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
authorizingofficials/status
verbs
:
-
get
config/rbac/authorizingofficial_viewer_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to view authorizingofficials.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
authorizingofficial-viewer-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
authorizingofficials
verbs
:
-
get
-
list
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
authorizingofficials/status
verbs
:
-
get
config/rbac/chiefinformationsecurityofficer_editor_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to edit chiefinformationsecurityofficers.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
chiefinformationsecurityofficer-editor-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
chiefinformationsecurityofficers
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
chiefinformationsecurityofficers/status
verbs
:
-
get
config/rbac/chiefinformationsecurityofficer_viewer_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to view chiefinformationsecurityofficers.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
chiefinformationsecurityofficer-viewer-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
chiefinformationsecurityofficers
verbs
:
-
get
-
list
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
chiefinformationsecurityofficers/status
verbs
:
-
get
config/rbac/customer_editor_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to edit customers.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
customer-editor-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
customers
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
customers/status
verbs
:
-
get
config/rbac/customer_viewer_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to view customers.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
customer-viewer-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
customers
verbs
:
-
get
-
list
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
customers/status
verbs
:
-
get
config/rbac/organization_editor_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to edit organizations.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
organization-editor-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
organizations
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
organizations/status
verbs
:
-
get
config/rbac/organization_viewer_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to view organizations.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
organization-viewer-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
organizations
verbs
:
-
get
-
list
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
organizations/status
verbs
:
-
get
config/rbac/role.yaml
View file @
19224546
...
...
@@ -22,136 +22,6 @@ rules:
-
get
-
list
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
authorizingofficials
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
authorizingofficials/finalizers
verbs
:
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
authorizingofficials/status
verbs
:
-
get
-
patch
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
chiefinformationsecurityofficers
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
chiefinformationsecurityofficers/finalizers
verbs
:
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
chiefinformationsecurityofficers/status
verbs
:
-
get
-
patch
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
customers
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
customers/finalizers
verbs
:
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
customers/status
verbs
:
-
get
-
patch
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
organizations
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
organizations/finalizers
verbs
:
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
organizations/status
verbs
:
-
get
-
patch
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
systemowners
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
systemowners/finalizers
verbs
:
-
update
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
systemowners/status
verbs
:
-
get
-
patch
-
update
-
apiGroups
:
-
fortify.valkyrie.dso.mil
resources
:
...
...
config/rbac/systemowner_editor_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to edit systemowners.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
systemowner-editor-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
systemowners
verbs
:
-
create
-
delete
-
get
-
list
-
patch
-
update
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
systemowners/status
verbs
:
-
get
config/rbac/systemowner_viewer_role.yaml
deleted
100644 → 0
View file @
fd5410cb
# permissions for end users to view systemowners.
apiVersion
:
rbac.authorization.k8s.io/v1
kind
:
ClusterRole
metadata
:
name
:
systemowner-viewer-role
rules
:
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
systemowners
verbs
:
-
get
-
list
-
watch
-
apiGroups
:
-
customer.valkyrie.dso.mil
resources
:
-
systemowners/status
verbs
:
-
get
Prev
1
2
3
Next