Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Shipped
Workspace Nomad
Categories Nomad (Web)
Created by Guest
Created on Oct 12, 2021

Prohibit to access specific databases in HCL NOMAD

The customer wants to prohibit access to a specific DB using Nomad.

The customer verified the operation with Nomad, there are some DBs that do not work partially, Hence the customer would like to prohibit users from accessing using Nomad.


The customer has requested enhancement request to prohibit access to a specific DB using Nomad.


  • Attach files
  • Guest
    Reply
    |
    Jul 22, 2022

    I think the modification of the OpenDatabase event will work, but it is not an overall solution.
    If you only want to allow one or two database to be used with Nomad, then it will not work to modify the OpenDatabase on every other databases and may be there are applications with hidden design.

    Take a look at my idea regarding Nomad Server and access restrictions:


    https://domino-ideas.hcltechsw.com/ideas/DMA-I-296

  • Admin
    Thomas Hampel
    Reply
    |
    Oct 13, 2021

    Yes, as mentioned in this other comment, the OpenDatabase event can be used to check what client is trying to access the application and prevent to open the database if it does not pass the check.

  • Guest
    Reply
    |
    Oct 12, 2021

    Should be easy to accomplish. Just add some code into the OpenDatabase event.

    Evaluate @plattform