Skip to content

Commit 9792073

Browse files
authored
Update to Config Server docs (#784)
1 parent 1576e34 commit 9792073

File tree

1 file changed

+14
-0
lines changed
  • docs-source/spring/content/platform/config

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Oracle Backend for Spring Boot and Microservices includes Spring Cloud Config wh
66

77
The Spring Cloud Config server is pre-configured to work with the Spring Boot Eureka service registry, configured to store the Configuration in the Oracle Autonomous Database to support labeled versions of configuration environments as well as being accessible to a wide range of tools for managing the content. More details can be found here: ([Spring Cloud Config Documentation](https://spring.io/projects/spring-cloud-config)).
88

9+
* [Managing Config Server Data](#managing-config-server-data)
10+
* [Config Server REST API endpoints overview](#config-server-rest-api-endpoints-overview)
11+
* [Config Server REST API endpoints examples](#config-server-rest-api-endpoints-examples)
12+
* [Re-create test data](#re-create-test-data)
13+
14+
## Overview
15+
916
When building applications using Spring Config Server, the Spring Cloud Config client's `application.yaml` configuration file must include access information to the deployed Spring Config Server:
1017

1118
```yaml
@@ -37,6 +44,13 @@ During setup of Oracle Backend for Spring Boot and Microservices, the following
3744
| application-c | secret | 23.4 | txeventq | 23c-kafka-name |
3845
```
3946

47+
## Managing Config Server Data
48+
49+
Maintaining the Config Servers information can be done using the following methods:
50+
51+
* Oracle Backend for Microservices CLI, *oractl*.
52+
* REST API endpoints exposed via *obaas-admin* and *config-server* services.
53+
4054
## Config Server REST API endpoints overview
4155

4256
The following REST API endpoints are available to the Config Server entries. The table lists which minimum required role is needed to perform the operation. 'N/A' in the following table indicates that the endpoint does not require authentication to be accessed.

0 commit comments

Comments
 (0)