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
Copy file name to clipboardExpand all lines: docs-source/spring/content/platform/soc/_index.md
+26-11
Original file line number
Diff line number
Diff line change
@@ -21,20 +21,22 @@ resources:
21
21
- name: soc-manage-identity
22
22
src: "soc-manage-identity.png"
23
23
title: "SOC Manage Identity screen"
24
+
- name: soc-diag-data
25
+
src: "soc-diag-data.png"
26
+
title: "Diagnostic Data"
24
27
---
25
28
26
29
27
-
Oracle Backend for Spring Boot and Microservices version 1.1.3 includes a preview of a new feature called "Spring Operations Center".
28
-
More capabilities will be added to this feature in future releases.
30
+
Oracle Backend for Spring Boot and Microservices version includes "Spring Operations Center". More capabilities will be added to this feature in future releases.
29
31
30
-
The Spring Operations Center provides a web user interface to manage the Oracle Backend for Spring Boot and Microservices.
31
-
This preview release includes the following capabilities:
32
+
The Spring Operations Center provides a web user interface to manage the Oracle Backend for Spring Boot and Microservices. This release includes the following capabilities:
32
33
33
34
- View details about the configuration and health of the environment
34
-
-View details of workloads (Spring Boot applications) deployed in the environment
35
+
-Manage and deploy workloads (Spring Boot applications) deployed in the environment
35
36
- Easy one-click access to Grafana dashboards for applications
36
-
- View details of users and roles defined in the Spring Authorization Server included in the environment
37
-
- Easy one-click access to Grafana dashboards for the Kubernetes cluster and the Oracle Database
37
+
- Manage users and roles defined in the Spring Authorization Server included in the environment
38
+
- Easy one-click access to Grafana dashboards for the Kubernetes cluster, the applications and the Oracle Database
39
+
- Collect diagnostic data for support
38
40
39
41
**Note:** More capabilities will be added to this feature in future releases.
40
42
@@ -49,12 +51,17 @@ This preview release includes the following capabilities:
49
51
To access the Spring Operations Center, obtain the public IP address for your environment using this command:
50
52
51
53
```bash
52
-
$ kubectl -n ingress-nginx get service ingress-nginx-controller
54
+
kubectl -n ingress-nginx get service ingress-nginx-controller
Use the `EXTERNAL-IP` from the results and open a browser to https://100.200.100.200/soc to access the login page.
64
+
Use the `EXTERNAL-IP` from the results and open a browser to https://xxx.xxx.xxx.xxx/soc to access the login page.
58
65
59
66
**Note**: If you installed with self-signed certificates, which is the default, you will see a browser warning message and
60
67
will have to click on "Accept risk" or similar. For information about replacing the self-signed certificate with a
@@ -67,7 +74,7 @@ production certificate, refer to [Transport Layer Security](../../security#trans
67
74
Login using the `obaas-admin` user (or another user if you have created one) and the password that you set during installation. If you did not set a password, one was auto-generated for you and can be obtained with this command:
The Collect Diagnostic Data is accessible from the Settings Menu and allows you to collect and download diagnostic data about your installation and platform. Verify its contents for any sensitive information before submitting with any support request.
0 commit comments