mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-15 07:41:34 +01:00
* update packages * changelog * wip better * clean up * and it works, it always worked we just hid it working :/ * clean up * playing around with adding the queryparam, not working * the fix no queryparams * lets just see how this works out. * maybe this will help * remove copy/pasta * Update ui/lib/open-api-explorer/addon/components/swagger-ui.js Co-authored-by: Jordan Reimer <zofskeez@gmail.com> --------- Co-authored-by: Jordan Reimer <zofskeez@gmail.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> |