Today, I will demonstrate how to configure and manage the permissions of different management accounts for DNS applications in OpenResty Edge’s Admin web console.

Let’s go to the console first. This is our sample deployment of the console. Every user would have their own deployment.

Screenshot

Check DNS page permissions as a super user

First, we go to the DNS page. Since we currently sign in as a super user, we can check the page with all the permissions.

Screenshot

Search our sample application, test-dns.com

Screenshot

Enter it.

Screenshot

As a super user, I have the write permission, so I can add DNS records,

Screenshot

or edit or delete the existing records.

Screenshot

Except for DNS records, I can also edit the name servers

Screenshot

or control user groups which have the permission for this DNS application.

Screenshot

We’ll have another tutorial introducing details of those features.

Create a user group with only read permission for this DNS application

Next, let’s create an example user group with only read permission for this DNS application. And a normal user putting into this group. Notice that by default, the DNS section is not available for a normal user.

Goto “Users & Groups” section first.

Screenshot

Then go to the “User Groups” page.

Screenshot

Here is the list of some groups our sample deployment is using. We have another tutorial introducing user group related features.

Click here to create a new group.

Screenshot

We name the new group as test-dns-access.

Screenshot

The group is created.

Screenshot

And here is the list of permission details, which shows the permission for each page or section.

Screenshot

We can see that by default, the DNS section and DNS records page is not available for this group.

Screenshot

So we edit the permission to give the read permission.

Screenshot

Check this to enable read permission.

Screenshot

Save it.

Screenshot

Also give the read permission for DNS record.

Screenshot

Check this to enable read for DNS Records.

Screenshot

Again to save it.

Screenshot

The user group is ready. Then we go to our sample DNS application and grant the permission to this user group.

Screenshot

Again search for the application

Screenshot

Enter it.

Screenshot

Goto “User Groups” tab.

Screenshot

Choose “test-dns-access” group to give permission to this group.

Screenshot

Save it.

Screenshot

Create a tester account

Then we go to Users page to create a tester account and put it under this test-dns-access group. Then this tester account will be able to see our example DNS application but with read-only permission.

Screenshot

Click this button to add a new user.

Screenshot

We name it as “jeff-tester”,

Screenshot

and enter a password.

Screenshot

Enter the password again to confirm.

Screenshot

Then choose “test-dns-access” as this user’s group.

Screenshot

Save it.

Screenshot

The tester user is created.

Screenshot

Next we switch the account.

Screenshot

Logout from current account.

Screenshot

Sign in with the name and password we just set. Enter the name.

Screenshot

Enter the password.

Screenshot

Click to login.

Screenshot

OK, we are now signing in as a normal user. We can see the hint notifying that the normal user doesn’t have the permission to view Users and User Groups section, which is as expected.

Screenshot

See the DNS applications with permission granted

We can go to DNS section.

Screenshot

Here we see this tester user account can only see the DNS applications with permission granted to the group the user belongs to. And also adding, editing and deleting buttons for DNS application are all hidden on this page.

If we enter the DNS application.

Screenshot

We can see that this tester user can only read all the information. The tester user cannot add, edit or remove DNS records. There are no buttons available.

If we go to “Authoritative Servers” tab,

Screenshot

all the configuration is also read-only.

Screenshot

What is OpenResty Edge

OpenResty Edge is a powerful distributed traffic management and private CDN software product based on OpenResty. It provides various features such as page rules, web application firewall (WAF), load balancing, and many more.

If you like this tutorial, please subscribe to this blog site our YouTube channel. Thank you!

About The Author

Yichun Zhang (Github handle: agentzh), is the original creator of the OpenResty® open-source project and the CEO of OpenResty Inc..

Yichun is one of the earliest advocates and leaders of “open-source technology”. He worked at many internationally renowned tech companies, such as Cloudflare, Yahoo!. He is a pioneer of “edge computing”, “dynamic tracing” and “machine coding”, with over 22 years of programming and 16 years of open source experience. Yichun is well-known in the open-source space as the project leader of OpenResty®, adopted by more than 40 million global website domains.

OpenResty Inc., the enterprise software start-up founded by Yichun in 2017, has customers from some of the biggest companies in the world. Its flagship product, OpenResty XRay, is a non-invasive profiling and troubleshooting tool that significantly enhances and utilizes dynamic tracing technology. And its OpenResty Edge product is a powerful distributed traffic management and private CDN software product.

As an avid open-source contributor, Yichun has contributed more than a million lines of code to numerous open-source projects, including Linux kernel, Nginx, LuaJIT, GDB, SystemTap, LLVM, Perl, etc. He has also authored more than 60 open-source software libraries.