31f36ce096
Adds namespace support to the UI: 1. Namespace CRUD/management 2. Show Namespace in relevant areas (intentions, upstreams) 3. Main navigation bar improvements 4. Logic/integration to interact with a new `internal/acl/authorize` endpoint
8 lines
329 B
JavaScript
8 lines
329 B
JavaScript
// TODO: Need to make all these headers capital case
|
|
export const HEADERS_NAMESPACE = 'X-Consul-Namespace';
|
|
export const HEADERS_DATACENTER = 'x-consul-datacenter';
|
|
export const HEADERS_INDEX = 'x-consul-index';
|
|
export const HEADERS_DIGEST = 'x-consul-contenthash';
|
|
//
|
|
export const HEADERS_SYMBOL = '__consul_ui_http_headers__';
|