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
The credential for the WebLogic domain is kept in a Kubernetes `Secret` that
17
-
follows the pattern `<domainUID>-weblogic-credentials`, where `<domainUID>` is
17
+
The credentials for the WebLogic domain are kept in a Kubernetes `Secret` where the name of
18
+
the secret is specified using `webLogicCredentialsSecret` in the WebLogic `Domain` resource.
19
+
Also, the domain credentials secret must be created in the namespace where the `Domain` will be running.
20
+
21
+
{{% notice note %}}
22
+
For an example of a WebLogic domain resource using `webLogicCredentialsSecret`,
23
+
see [Docker Image Protection]({{<relref "/security/domain-security/image-protection.md#1-use-imagepullsecrets-with-the-domain-resource">}}).
24
+
{{% /notice %}}
25
+
26
+
The samples supplied with the WebLogic operator use a naming convention that follows
27
+
the pattern `<domainUID>-weblogic-credentials`, where `<domainUID>` is
18
28
the unique identifier of the domain, for example, `domain1-weblogic-credentials`.
19
-
The `Secret` is created in the namespace where the `Domain` will be running.
20
29
21
30
If the WebLogic domain will be started in `domain1-ns` and the `<domainUID>` is `domain1`,
22
31
an example of creating a Kubernetes `generic secret` is as follows:
@@ -67,7 +76,20 @@ Kubernetes `Secret` that holds the registry credentials.
67
76
68
77
{{% notice info %}}
69
78
For more information, see [Docker Image Protection]({{<relref "/security/domain-security/image-protection.md#weblogic-domain-in-docker-image-protection">}})
0 commit comments