mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-23 23:51:08 +02:00
* chore: use ember-cli-babel for TS compliation instead of ember-cli-typescript * chore: fix import paths to be ES module compatible * chore(test): fix setupControlGroup helper import * chore: fix engine definitions and swagger-ui imports * update lockfile * chore: remove babel inline-json-import --------- Co-authored-by: Matthew Irish <matthew@hashicorp.com>
16 lines
535 B
Handlebars
16 lines
535 B
Handlebars
{{!
|
|
Copyright (c) HashiCorp, Inc.
|
|
SPDX-License-Identifier: BUSL-1.1
|
|
~}}
|
|
|
|
<div class="box is-fullwidth is-sideless">
|
|
<NamespaceReminder as |R|>
|
|
Requests use the header
|
|
<code>X-Vault-Namespace: {{R.namespace.path}}</code>. You can also use
|
|
<code>{{R.namespace.path}}</code>
|
|
as an API prefix. See
|
|
<DocLink @path="/vault/api-docs#namespaces">docs</DocLink>
|
|
for examples.
|
|
</NamespaceReminder>
|
|
<div id={{this.inputId}} class="swagger-ember" {{did-insert this.swaggerInit}} data-test-swagger-ui></div>
|
|
</div> |