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
* OTEL update
* Tracing update
* APISIX password update
* APISIX updates
* Sample app update
* updates for 400 auto-scaling
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
* general review and updates
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
* add soc docs
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
* Update _index.md
---------
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
Co-authored-by: Andy Tael <andy.tael@yahoo.com>
Copy file name to clipboardExpand all lines: docs-source/spring/content/platform/soc/_index.md
+20-7Lines changed: 20 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,11 @@ resources:
23
23
title: "SOC Manage Identity screen"
24
24
---
25
25
26
-
Oracle Backend for Spring Boot and Microservices version 1.1.1 includes a preview of a new feature called "Spring Operations Center". The Spring Operations Center provides a web user interface to manage the Oracle Backend for Spring Boot and Microservices.
27
26
27
+
Oracle Backend for Spring Boot and Microservices version 1.1.1 includes a preview of a new feature called "Spring Operations Center".
28
+
More capabilities will be added to this feature in future releases.
29
+
30
+
The Spring Operations Center provides a web user interface to manage the Oracle Backend for Spring Boot and Microservices.
28
31
This preview release includes the following capabilities:
29
32
30
33
- View details about the configuration and health of the environment
Use the `EXTERNAL-IP` from the results and open a browser to https://100.200.100.200/soc to access the login page.
47
50
48
-
**Note**: If you installed with self-signed certificates, which is the default, you will see a browser warning message and will have to click on "Accept risk" or similar. For information about replacing the self-signed certificate with a production certificate, refer to [Transport Layer Security](../../security#transport-layer-security)
51
+
**Note**: If you installed with self-signed certificates, which is the default, you will see a browser warning message and
52
+
will have to click on "Accept risk" or similar. For information about replacing the self-signed certificate with a
53
+
production certicate, refer to [Transport Layer Security](../../security#transport-layer-security)
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:
59
+
Login using the `obaas-admin` user (or another user if you have created one) and the password
60
+
that you set during installation. If you did not set a password, one was auto-generated for you and can be
@@ -76,17 +83,22 @@ The Spring Operations Center Dashboard provides information about the overall st
76
83
77
84
### Manage Namespaces
78
85
79
-
The Manage Namespaces screen is accessible from the *Workloads* menu, and allows you to view and manage the namespaces that are configured for Spring Boot application deployments. Note that this does not show you all namespaces in the Kubernetes cluster, just those that have be specifically configured for Spring Boot workloads, meaning they have the necessary secrets for pulling images, accessing the database, and so on.
86
+
The Manage Namespaces screen is accessible from the *Workloads* menu, and allows you to view and manage the namespaces
87
+
that are configured for Spring Boot application deployments. Note that this does not show you all namespaces in the
88
+
Kubernetes cluster, just those that have be specifically configured for Spring Boot workloads, meaning they have
89
+
the necessary secrets for pulling images, accessing the database, and so on.
Clicking on a namespace will allow you to drill down into that namespace and see the workloads (Spring Boot applications) deployed there.
95
+
Clicking on a namespace will allow you to drill down into that namespace and see the workloads (Spring Boot applications)
96
+
deployed there.
86
97
87
98
### Manage Workloads
88
99
89
-
The Manage Workloads screen shows the workloads (Spring Boot applications) deployed in a specific namespace, including the status of each workload, and how many replicas are currently running and desired.
100
+
The Manage Workloads screen shows the workloads (Spring Boot applications) deployed in a specific namespace, including
101
+
the status of each workload, and how many replicas are currently running and desired.
@@ -102,7 +114,8 @@ More details of this dashboard can be found [here](../../observability/metrics/#
102
114
103
115
### Manage Identity
104
116
105
-
The Manage Identity screen is accessible from the Security menu and allows you to view information about the users and roles defined in the Spring Authorization Server included in the platform.
117
+
The Manage Identity screen is accessible from the Security menu and allows you to view information
118
+
about the users and roles defined in the Spring Authorization Server included in the platform.
Copy file name to clipboardExpand all lines: docs-source/spring/content/security/_index.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ The Oracle Backend for Spring Boot and Microservices has the following security
24
24
25
25
- Oracle Backend for Spring Boot and Microservices contains HashiCorp Vault to secure, store and tightly control access to tokens, passwords, certificates, encryption keys for protecting secrets, and other sensitive data. [HashiCorp Vault Documentation](../platform/vault)
26
26
27
+
27
28
## Transport Layer Security
28
29
29
30
The Oracle Backend for Spring Boot and Microservices is deployed with a sample self-signed certificate for Transport Layer Security (TLS). This results in an "Accept Risk" message when accessing the Spring Operations Center or Grafana web user interfaces and the sample TLS certificate should not be used for production deployments.
@@ -50,3 +51,4 @@ The Oracle Backend for Spring Boot and Microservices is deployed with a sample s
0 commit comments