question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrong work is parsing configuration VaultRuntimeConfig

See original GitHub issue

Class 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:closed
  • Created 3 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
radcortezcommented, Sep 7, 2020

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.

0reactions
radcortezcommented, Oct 10, 2020

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!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found