Skip to content

Commit

Permalink
added inspec inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlongcc committed Apr 16, 2024
1 parent b129c95 commit 438e50f
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion spec/mongo-inspec-profile/inspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,18 @@ inputs:
description: "The path to the mongo data file directory"
type: string
value: "/data/db/"
required: true
required: true

# SV-252147, SV-252165
- name: encryption_at_rest
description: "If any data is PII, classified or is deemed by the organization the need to be encrypted at rest"
type: boolean
value: false
required: true

# SV-252157
- name: enable_ldap
description: "LDAP is used for authentication and authorization"
type: boolean
value: false
required: true

0 comments on commit 438e50f

Please sign in to comment.