Skip to content

Commit 194e73a

Browse files
authored
SOC docs updates (#902)
1 parent 6114e8f commit 194e73a

File tree

7 files changed

+26
-11
lines changed

7 files changed

+26
-11
lines changed

docs-source/spring/content/platform/soc/_index.md

+26-11
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,22 @@ resources:
2121
- name: soc-manage-identity
2222
src: "soc-manage-identity.png"
2323
title: "SOC Manage Identity screen"
24+
- name: soc-diag-data
25+
src: "soc-diag-data.png"
26+
title: "Diagnostic Data"
2427
---
2528

2629

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.
2931

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:
3233

3334
- 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
3536
- 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
3840

3941
**Note:** More capabilities will be added to this feature in future releases.
4042

@@ -49,12 +51,17 @@ This preview release includes the following capabilities:
4951
To access the Spring Operations Center, obtain the public IP address for your environment using this command:
5052

5153
```bash
52-
$ kubectl -n ingress-nginx get service ingress-nginx-controller
54+
kubectl -n ingress-nginx get service ingress-nginx-controller
55+
```
56+
57+
The output will be similar to this:
58+
59+
```text
5360
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
54-
ingress-nginx-controller LoadBalancer 10.96.172.148 100.200.100.200 80:31393/TCP,443:30506/TCP 158m
61+
ingress-nginx-controller LoadBalancer 10.96.172.148 xxx.xxx.xxx.xxx 80:31393/TCP,443:30506/TCP 158m
5562
```
5663

57-
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.
5865

5966
**Note**: If you installed with self-signed certificates, which is the default, you will see a browser warning message and
6067
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
6774
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:
6875

6976
```bash
70-
$ kubectl get secret -n azn-server oractl-passwords -o jsonpath='{.data.admin}' | base64 -d; echo
77+
kubectl get secret -n azn-server oractl-passwords -o jsonpath='{.data.admin}' | base64 -d; echo
7178
```
7279

7380
After logging in, you will see the SOC Dashboard.
@@ -123,3 +130,11 @@ about the users and roles defined in the Spring Authorization Server included in
123130
<!-- spellchecker-disable -->
124131
{{< img name="soc-manage-identity" size="medium" lazy=false >}}
125132
<!-- spellchecker-enable -->
133+
134+
### Collect Diagnostic Data
135+
136+
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.
137+
138+
<!-- spellchecker-disable -->
139+
{{< img name="soc-diag-data" size="medium" lazy=false >}}
140+
<!-- spellchecker-enable -->
69.7 KB
Loading
Loading
208 KB
Loading
30.1 KB
Loading
Loading
207 KB
Loading

0 commit comments

Comments
 (0)