blob: 5621dbe7d2b5dfca903ce4748d694ef5c4ac7870 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-hashicorp-vault"]
= Hashicorp Vault
:linkattrs:
:cq-artifact-id: camel-quarkus-hashicorp-vault
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Manage secrets in Hashicorp Vault Service
:cq-deprecated: false
:cq-jvm-since: 2.11.0
:cq-native-since: n/a
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##2.11.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
Manage secrets in Hashicorp Vault Service
[id="extensions-hashicorp-vault-whats-inside"]
== What's inside
* xref:{cq-camel-components}::hashicorp-vault-component.adoc[Hashicorp Vault component], URI syntax: `hashicorp-vault:secretsEngine`
Please refer to the above link for usage and configuration details.
[id="extensions-hashicorp-vault-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-hashicorp-vault</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]