Skip to content

Update Venue httpd config to support management rewrite rule #442

Closed
@galenatjpl

Description

@galenatjpl

We need to update the management console rewrite rule with something like:

<location /management>
   ...
  Substitute "s|/management|${var.project}/${var.venue}/management|ni"
</location>

or perhaps something like:
https://github.com/unity-sds/unity-proxy/blob/bad3a320ec2cb3b2712646c4694f45c948b79d6b/README.md?plain=1#L35

This is because when the MC loads, it tries to access the JS resources at /management/..., instead of /unity/dev/management...
This is the final step in getting the management console working from the shared services httpd.

This change, I think, should be made here:
https://github.com/unity-sds/unity-proxy/blob/bad3a320ec2cb3b2712646c4694f45c948b79d6b/terraform-unity/ssm.tf#L24

A redeploy would be needed as well.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions