mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-05 04:16:31 +02:00
* moves namespace service constants to separate file * initial file for playwright client counts test * adds playwright tests for client counts workflows * updates api service post request middleware to read json data more reliably * fixes acl policy intro page not displaying * adds teardown to mfa playwright test * adds steps and teardown to userpass playwright test * fixes transform playwright test * updates api service tests * fixes policies page tests Co-authored-by: Jordan Reimer <zofskeez@gmail.com>
8 lines
163 B
TypeScript
8 lines
163 B
TypeScript
/**
|
|
* Copyright IBM Corp. 2016, 2025
|
|
* SPDX-License-Identifier: BUSL-1.1
|
|
*/
|
|
|
|
export const ROOT_NAMESPACE = '';
|
|
export const ADMINISTRATIVE_NAMESPACE = 'admin';
|