Project

General

Profile

Actions

User story #9625

closed

Remove the option to desactivate reverse DNS lookups (skipidentify) as it is always ignored in 4.0

Added by Alexis Mousset over 7 years ago. Updated over 7 years ago.

Status:
Rejected
Priority:
N/A
Assignee:
-
Category:
System techniques
Target version:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:

Description

We have an option in the settings to desactivate reverse dns lookups. This is never used in 4.0 generated policies as they will use the new protocol.

We can remove it.

Actions #1

Updated by Alexis Mousset over 7 years ago

  • Status changed from New to Rejected

We still have, in the server:

  &if(SKIPIDENTIFY)&
    &MANAGED_NODES_NAME, MANAGED_NODES_ID, MANAGED_NODES_KEY: {host, uuid, key |
      "/var/rudder/share/&uuid&/" 
        maproot    => { string_downcase(escape("&host&"))  },
        admit      => { string_downcase(escape("&host&"))  },
        admit_keys => { "&key&" };

     } &
  &else&
    &MANAGED_NODES_NAME, MANAGED_NODES_ID, MANAGED_NODES_KEY : {host, uuid, key |
      "/var/rudder/share/&uuid&/" 
        maproot    => { host2ip("&host&"), string_downcase(escape("&host&"))  },
        admit      => { host2ip("&host&"), string_downcase(escape("&host&"))  },
        admit_keys => { "&key&" };
     } &
  &endif&

So we have to keep it for now, closing.

Actions #2

Updated by Alexis Mousset over 7 years ago

  • Category set to System techniques
Actions

Also available in: Atom PDF