Skip to content

Commit

Permalink
Add secrets-validation option to docs (#9541)
Browse files Browse the repository at this point in the history
Follow-up of #9509
  • Loading branch information
snazy authored Sep 16, 2024
1 parent 21382f2 commit f546b6d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ public interface SmallryeConfigs {
@ConfigItem(section = "adls_config", sectionDocFromType = true)
AdlsConfig adlsconfig();

/**
* Optional: validate at server startup that all referenced secrets can be resolved. Startup will
* fail, it one or more secrets cannot be resolved at startup time, hence the default is `false`.
*/
@WithName("validate-secrets")
@WithDefault("false")
boolean validateSecrets();
Expand Down
2 changes: 2 additions & 0 deletions site/in-dev/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ Related Quarkus settings:

### Catalog and Iceberg REST Settings

{% include './generated-docs/smallrye-nessie_catalog.md' %}

#### Warehouse defaults

{% include './generated-docs/smallrye-nessie_catalog_warehouseDefaults.md' %}
Expand Down

0 comments on commit f546b6d

Please sign in to comment.