spring-cloud-config
spring-cloud-config copied to clipboard
NodeJS configuration management library based on Spring Cloud Config.
Hi I want to use Config.Instance() in multiple files - but want to load the ConfigObject in only 1 file. What is the best way to achieve this?
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.14 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Spring cloud config server supports [Vault as a backend](https://cloud.spring.io/spring-cloud-config/reference/html/#vault-backend). It would be nice to be allowed to set the vault token as an option in the configurations, i.e, `spring.cloud.config.token` In...
Below is my cloud-config in YAML format : ``` cert: abc: us: usesExclusion: false included: [ '1149043', '1127938', '13658', '107076' ] ``` When the above YAML is parsed in my...
`CloudConfigOptionsSchema` currently requires that the developer specify at least one profile to activate, when there may be no explicit profiles defined in the configuration set (e.g., if development, test and...
The idea here would be to split the functionality of this library into two libraries. One for node app configuration using yaml files, one for retrieving remote config props and...
Hi, Is there a way to intercept and transform the response from the remote config call, or to supply a callback instead of a url, that returns the configuration? Thank...
Does this implementation support Oauth and UAA for authentication as part of a cloud foundry implementation? I see mention of basic auth only in the write up.