-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1042 from cgoveas/release-1.2
Release 1.2
- Loading branch information
Showing
9 changed files
with
29 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,6 @@ Configure the below parameters to set up security on the Control Plane (`/contro | |
| user | | Array of users that are allowed or denied based on the `allow_deny` value. Multiple users must be separated by a space. Accepted user value formats are: root [email protected]. <br> __Note:__ If IPs are to be specified in the user value, ensure that every IP associated with the host (often 2 or more) in question is listed in the user list. <br> __Eg:__ For a host with IPs xx.xx.xx.xx and yy.yy.yy.yy where root is to be restricted, the user array will contain [email protected] [email protected] | | ||
| allow_deny | **Allow** | This variable sets whether the user list is Allowed or Denied. <br> Accepted Values: Allow, Deny | | ||
| restrict_program_support | **false** | This variable sets whether the network services/protocols listed in `restrict_softwares` are to be blocked. | | ||
| restrict_softwares | | Array of services/protocols to be blocked by Omnia. Values are to be separated by commas. <br> Accepted values: telnet,lpd,bluetooth,rlogin,rexec <br> Non Accepted values: ftp,smbd,nmbd,automount,portmap | | ||
| restrict_softwares | | Array of services/protocols to be blocked by Omnia. Values are to be separated by commas. <br> Accepted values: telnet,lpd,bluetooth,rlogin,rexec <br> Non Accepted values: ftp,smbd,nmbd,automount,portmap <br> __Note:__ This parameter is __Case Sensitive__. | | ||
|
||
>> __Note:__ The same parameters are also available in `omnia_security_config.yml` to configure security for the Login Node. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.