Skip to content

Commit 6a93ed9

Browse files
authored
Remove Hashicorp Vault (#1012)
1 parent 40c358d commit 6a93ed9

File tree

13 files changed

+12
-386
lines changed

13 files changed

+12
-386
lines changed

docs-source/spring/content/_index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ Infrastructure (OCI) Container Engine for Kubernetes cluster (OKE cluster):
6161
- [Apache APISIX API Gateway and Dashboard](platform/apigw/)
6262
- [Apache Kafka](https://kafka.apache.org/)
6363
- [Grafana](observability/metrics/)
64-
- [HashiCorp Vault](platform/vault/)
6564
- [Jaeger](observability/tracing/)
6665
- [Apache Kafka](https://kafka.apache.org)
6766
- Loki

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ Oracle Backend for Microservices and AI provides the following services that app
1616
* Spring Boot Eureka Service Registry for service discovery. The API Gateway and monitoring services are pre-configured to use this registry for service discovery.
1717
* Spring Cloud Config Server to serve externalized configuration information to applications. This stores the configuration data in the Oracle Autonomous Database instance associated with the backend.
1818
* Netflix Conductor OSS for running workflows to orchestrate your services.
19-
* Hashicorp Vault for storing sensitive information.
2019
* Spring Admin for monitoring your services.
2120
* Prometheus and Grafana for collecting and visualizing metrics and for alerting.
2221
* Jaeger and Open Telemetry (OTEL) for distributed tracing. Applications deployed to the Oracle Backend for Microservices and AI may use Jaeger or OTEL for distributed tracing. See the [Environment Variables page](envvars) for variables that can be used.

docs-source/spring/content/observability/metrics/_index.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ resources:
4545
- name: apache-apisix-dashboard
4646
src: "apache-apisix-dashboard.png"
4747
title: "Apache APISIX Observability Dashboard"
48-
- name: vault-dashboard
49-
src: "vault-grafana.png"
50-
title: "Apache APISIX Observability Dashboard"
5148
---
5249

5350
Oracle Backend for Microservices and AI provides built-in platform services to collect metrics from system and application workloads and pre-built Grafana dashboards to view and explore those metrics.
@@ -61,7 +58,6 @@ On this page, you will find the following topics:
6158
- [Oracle Database Dashboard](#oracle-database-dashboard)
6259
- [Kube State Metrics Dashboard](#kube-state-metrics-dashboard)
6360
- [Apache APISIX DashBoard](#apache-apisix-dashboard)
64-
- [HashiCorp Vault Dashboard](#hashicorp-vault-dashboard)
6561
- [How to have metrics collected for your applications](#how-to-have-metrics-collected-for-your-applications)
6662
- [How to access Prometheus](#how-to-access-prometheus)
6763
- [How to access Grafana](#how-to-access-grafana)
@@ -175,20 +171,6 @@ Here is an example of this dashboard:
175171
{{< img name="apache-apisix-dashboard" size="medium" lazy=false >}}
176172
<!-- spellchecker-enable -->
177173

178-
### HashiCorp Vault Dashboard
179-
180-
This dashboard provides details of the HashiCorp Vault including:
181-
182-
- Health and seal status
183-
- Number of secrets
184-
- Number of operations
185-
186-
Here is an example of this dashboard:
187-
188-
<!-- spellchecker-disable -->
189-
{{< img name="vault-dashboard" size="medium" lazy=false >}}
190-
<!-- spellchecker-enable -->
191-
192174
## How to have metrics collected for your applications
193175

194176
When you deploy an application with Oracle Backend for Microservices and AI CLI or Visual Code Extension, provided you included the Eureka Discovery Client and Actuator in your application, Prometheus will automatically find your application (using the service registry) and start collecting metrics. These metrics will be included in both the Spring Boot Observability dashboard and the Spring Boot Statistic dashboard automatically.

docs-source/spring/content/on-premises/_index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ The application is defined in `ansible/vars/ebaas.yaml`. For example:
6868
```yaml
6969
---
7070
ebaas_edition: "COMMUNITY"
71-
vault: ""
72-
vault_key: ""
73-
vault_crypto_endpoint: ""
74-
vault_management_endpoint: ""
75-
vault_storage_account_name: "N/A"
76-
vault_storage_account_key: "N/A"
77-
vault_storage: ""
78-
vault_storage_lock: ""
7971
apisix_admin_password: "Correct-horse-Battery-staple-35"
8072
grafana_admin_password: "Correct-horse-Battery-staple-35"
8173
oractl_admin_password: "Correct-horse-Battery-staple-35"

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,5 @@ For more details, read about:
1616
- [Spring Admin](./spring-admin)
1717
- [Using the CLI](../development/cli)
1818
- [MicroTx](./microtx)
19-
- [Vault](./vault/)
2019
- [VS Code Plugin](./vscode-plugin)
2120
- [IntelliJ Plugin](./intellij-plugin)

0 commit comments

Comments
 (0)