We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cd06e commit ca8eb40Copy full SHA for ca8eb40
security/qatlib_rbac.yaml
@@ -0,0 +1,36 @@
1
+# Copyright (c) 2023 Intel Corporation
2
+# SPDX-License-Identifier: Apache-2.0
3
+---
4
+apiVersion: v1
5
+kind: ServiceAccount
6
+metadata:
7
+ name: intel-qat
8
+ namespace: intel-qat
9
10
+apiVersion: rbac.authorization.k8s.io/v1
11
+kind: Role
12
13
14
15
+rules:
16
+- apiGroups:
17
+ - security.openshift.io
18
+ resources:
19
+ - securitycontextconstraints
20
+ resourceNames:
21
+ - intel-qat-scc
22
+ verbs:
23
+ - use
24
25
26
+kind: RoleBinding
27
28
29
+roleRef:
30
+ apiGroup: rbac.authorization.k8s.io
31
+ kind: Role
32
33
+subjects:
34
+- kind: ServiceAccount
35
36
0 commit comments