Questions
- What API call can we expect from a review service to the config server during startup to retrieve its configuration?
- The review service was started up using the following command:
docker compose up -d
.
What configuration information should we expect back from an API call to the config server using the following command?
curl https://dev-usr:dev-pwd@localhost:8443/config/application/default -ks | jq
- What types of repository backend does Spring Cloud Config support?
- How can we encrypt sensitive information on disk using Spring Cloud Config Server?
- How can we protect the config server API from misuse?
- Mention some pros and cons for clients that first connect to the config server as opposed to those that first connect to the discovery server.
Unlock this book’s exclusive benefits nowScan this QR code or go to packtpub.com/unlock, then search this book... |