vault.otservice.ru Open in urlscan Pro
91.219.24.173  Public Scan

Submitted URL: https://vault.otservice.ru/
Effective URL: https://vault.otservice.ru/ui/
Submission: On July 30 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 1 forms found in the DOM

<form id="auth-form">
  <div class="field">
    <label for="token" class="is-label">Token</label>
    <div class="control">
      <input id="ember27" class="ember-text-field ember-view input" name="token" autocomplete="off" spellcheck="false" type="password">
    </div>
  </div>
  <!----> <button class="button is-primary " id="auth-submit" type="submit"> Sign In </button>
  <!---->
</form>

Text Content

HCP LINK ERROR

Timestamp

Not available

Error

Not available

Additional information

Check the logs for more information

Close



SIGN IN TO VAULT


Method
Token Username LDAP Okta JWT OIDC RADIUS GitHub
Token

Sign In

Contact your administrator for login credentials

© 2024 HashiCorp Vault 1.15.2 Upgrade to Vault Enterprise Documentation

The Vault Browser CLI provides an easy way to execute common Vault CLI commands,
such as write, read, delete, and list. It does not include kv v2 write or put
commands. For guidance, type `help`.

Examples:

→ Write secrets to kv v1: write <mount>/my-secret foo=bar

→ List kv v1 secret keys: list <mount>/

→ Read a kv v1 secret: read <mount>/my-secret

→ Mount a kv v2 secret engine: write sys/mounts/<mount> type=kv
options=version=2

→ Read a kv v2 secret: kv-get <mount>/secret-path

→ Read a kv v2 secret's metadata: kv-get <mount>/secret-path -metadata