Wrong work is parsing configuration VaultRuntimeConfig
See original GitHub issueClass VaultConfigSource used it own parser for read app configuration with help regexp.
public static final Pattern SECRET_CONFIG_KV_PATH_PATTERN = Pattern .compile("^quarkus\\.vault\\.secret-config-kv-path\\.([^.]+)$");
VaultRuntimeConfig
@ConfigItem(name = "secret-config-kv-path.\"prefix\"") public Map<String, List<String>> secretConfigKvPrefixPath;
It regex does not parsing prefix string with dot char, example wrong work:
quarkus.vault.secret-config-kv-path."mp.jwt.verify"=myapps/app1
I think, need fix this regex or rewrite all class in microprofile style, similarly LogConfig class.
@ConfigItem(name = "category") @ConfigDocSection public Map<String, CategoryConfig> categories;
What do you think about this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Vault Configuration Parsing Errors - Hashicorp Support
When Vault has trouble parsing the configuration, the errors presented can sometimes be cryptic. This is one such common scenario.
Read more >Configuration Parser Error!!!! 0xC00CE556
I want to install visual studio update package, but on run this file VS2012.2.exe a error dialog box appears..showing Configuration Parser ...
Read more >Fix Configuration Parser Error - Error Parsing - YouTube
Thank You Everyone So Much For Watch My Video On " Fix Configuration Parser Error - Error Parsing - Parser Returned Error 0xC00CE556...
Read more >Error parsing job configuration - how to solve related issues
How to troubleshoot Elasticsearch/OpenSearch log "Error parsing job configuration" a detailed guide including background on ES concepts: plugin.
Read more >PARSING ERROR READING THE CONFIGURATION FILE.
Other devices and some Windows Mobile Devices work fine. "Parsing error reading the configuration file at line 10 position 29.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We were having a few issues with native mode that required a few changes. I think most of the work is done, so hopefully by the end of this week or next week.
Hi @xumk.
Sorry for the delay. This is not forgotten and just recently we started another discussion with some ideas here: https://github.com/quarkusio/quarkus/issues/12515
I should be able to dedicate some time next week. Cheers!