Skip to content

Commit d876b42

Browse files
1.1.1 docs (#827)
* 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>
1 parent d7bcf74 commit d876b42

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

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

Lines changed: 20 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ resources:
2323
title: "SOC Manage Identity screen"
2424
---
2525

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

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.
2831
This preview release includes the following capabilities:
2932

3033
- View details about the configuration and health of the environment
@@ -45,13 +48,17 @@ ingress-nginx-controller LoadBalancer 10.96.172.148 100.200.100.200 80:3
4548

4649
Use the `EXTERNAL-IP` from the results and open a browser to https://100.200.100.200/soc to access the login page.
4750

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)
4954

5055
<!-- spellchecker-disable -->
5156
{{< img name="soc-login-page" size="medium" lazy=false >}}
5257
<!-- spellchecker-enable -->
5358

54-
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
61+
obtain with this command:
5562

5663
```bash
5764
$ kubectl get secret -n azn-server oractl-passwords -o jsonpath='{.data.admin}' | base64 -d
@@ -76,17 +83,22 @@ The Spring Operations Center Dashboard provides information about the overall st
7683

7784
### Manage Namespaces
7885

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

8191
<!-- spellchecker-disable -->
8292
{{< img name="soc-manage-namespaces" size="medium" lazy=false >}}
8393
<!-- spellchecker-enable -->
8494

85-
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.
8697

8798
### Manage Workloads
8899

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

91103
<!-- spellchecker-disable -->
92104
{{< img name="soc-manage-workloads" size="medium" lazy=false >}}
@@ -102,7 +114,8 @@ More details of this dashboard can be found [here](../../observability/metrics/#
102114

103115
### Manage Identity
104116

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

107120
<!-- spellchecker-disable -->
108121
{{< img name="soc-manage-identity" size="medium" lazy=false >}}

docs-source/spring/content/security/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ The Oracle Backend for Spring Boot and Microservices has the following security
2424

2525
- 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)
2626

27+
2728
## Transport Layer Security
2829

2930
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
5051
-p '{"metadata":{"annotations":{"service.beta.kubernetes.io/oci-load-balancer-tls-secret":"my-tls-cert"}}}' \
5152
--type=merge
5253
```
54+

docs-source/spring/content/setup/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Oracle Backend for Spring Boot and Microservices setup installs the following co
110110
| Apache APISIX | 3.8.0 | Provides full lifecycle API management. |
111111
| Apache Kafka | 3.6.1 | Provides distributed event streaming. |
112112
| cert-manager | 1.12.3 | Automates the management of certificates. |
113-
| Coherence | 3.3.2 | Provides in-memory data grid. |
113+
| Coherence Operator | 3.3.2 | Provides in-memory data grid. |
114114
| Conductor Server | 3.13.8 | Provides a Microservice orchestration platform. |
115115
| Grafana | 9.2.5 | Provides the tool to examine, analyze, and monitor metrics. |
116116
| HashiCorp Vault | 1.15.2 | Provides a way to store and tightly control access to sensitive data. |

0 commit comments

Comments
 (0)