Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read only UI #599

Open
arulvenkatesh opened this issue Jan 1, 2025 · 1 comment
Open

Read only UI #599

arulvenkatesh opened this issue Jan 1, 2025 · 1 comment

Comments

@arulvenkatesh
Copy link

Thanks for the wonderful features in the UI, I'm seeking your feedback and thoughts on making UI Read-only. Specifically,

  1. The feasibility of implementing a read-only UI or Something like running the UI container on a read-only mode
  2. Role-Based Access Control:
  • Admin Users: Full access to all features and functionalities.
  • Read-Only Users: Limited access to view data without the ability to modify it.

The reason for asking this is, we have the app running on ECS with files and mappings mounted on EFS. We have a separate service that creates/modify the request mappings in the EFS and we use the UI to see matched/unmatched requests.

Thanks
Arul

@holomekc
Copy link
Owner

holomekc commented Jan 5, 2025

Hi @arulvenkatesh,

thx for this idea. I will look into it.
What you need to know though is that this wiremock fork uses the offical wiremock HTTP api. As far as I am aware this api does not know anything about rbac.

So this would be kind of a big feature. Furthermore, it would not be super secure and only rely on basic auth.

But I will think about this topic. It may take some time and I do not want to promise anything. I am having a full time job and all the open source stuff is something I need to do in my free-time.

Br,
Chris

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants