You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an operator for Kubernetes that provisions and injects secrets into Kubernetes Pods.
4
10
5
-
Kubernetes Secret objects contain sensitive payloads such as passwords, tokens or keys. These objects
6
-
are usually self-contained and static in the sense that their contents remain unchanged as long as their owners
7
-
do not update them.
11
+
Kubernetes Secret objects contain sensitive payloads such as passwords, tokens or keys.
12
+
These objects are usually self-contained and static in the sense that their contents remain unchanged as long as their owners do not update them.
8
13
9
-
The Stackable Secret Operator enhances the functionality of Kubernetes Secrets by introducing the concept of a
10
-
SecretClass. A SecretClass represents a reference to a source of sensitive data. In addition to Kubernetes
11
-
Secret objects, the operator can provision Pods with TLS Certificates, Kerberos keytabs or authentication
12
-
tokens from external services.
14
+
The Stackable Secret Operator enhances the functionality of Kubernetes Secrets by introducing the concept of a SecretClass.
15
+
A SecretClass represents a reference to a source of sensitive data.
16
+
In addition to Kubernetes Secret objects, the operator can provision Pods with TLS Certificates, Kerberos keytabs or authentication tokens from external services.
0 commit comments