consul/agent/uiserver
R.B. Boyer 3e6f1c1fe1
remove v2 tenancy, catalog, and mesh (#21592)
* remove v2 tenancy, catalog, and mesh

- Inline the v2tenancy experiment to false

- Inline the resource-apis experiment to false

- Inline the hcp-v2-resource-apis experiment to false

- Remove ACL policy templates and rule language changes related to
  workload identities (a v2-only concept) (e.g. identity and
  identity_prefix)

- Update the gRPC endpoint used by consul-dataplane to no longer respond
  specially for v2

- Remove stray v2 references scattered throughout the DNS v1.5 newer
  implementation.

* changelog

* go mod tidy on consul containers

* lint fixes from ENT

---------

Co-authored-by: John Murret <john.murret@hashicorp.com>
2024-09-05 08:50:46 -06:00
..
dist latest ui files in main (#21119) 2024-05-15 23:52:11 +00:00
testdata Add support for serving additional metrics provider JS in the UI (#8743) 2020-10-08 18:03:13 +01:00
README.md Update repo to use go:embed (#10996) 2022-05-31 15:33:56 -04:00
buf_index_fs.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
buffered_file.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
redirect_fs.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
ui_template_data.go remove v2 tenancy, catalog, and mesh (#21592) 2024-09-05 08:50:46 -06:00
uiserver.go [COMPLIANCE] License changes (#18443) 2023-08-11 09:12:13 -04:00
uiserver_test.go remove v2 tenancy, catalog, and mesh (#21592) 2024-09-05 08:50:46 -06:00

README.md

uiserver

The contents of dist/ are generated by make ui in the root of this repo which compiles ui assets and copies them here.

A CI job (publish-static-assets) will detect any diffs in ui files and commit the compiled files. Avoid committing files manually to dist/.