Skip to content

Commit

Permalink
Allow filtering on posture check type. Fixes #2668
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Feb 7, 2025
1 parent fccc075 commit b5486cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/db/posture_check_store.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ func (store *postureCheckStoreImpl) initializeLocal() {
store.indexName = store.addUniqueNameField()
store.AddSymbol(FieldPostureCheckMfaPromptOnUnlock, ast.NodeTypeBool, PostureCheckTypeMFA)
store.AddSymbol(FieldPostureCheckMfaPromptOnWake, ast.NodeTypeBool, PostureCheckTypeMFA)
store.AddSymbol(FieldPostureCheckTypeId, ast.NodeTypeString)

store.symbolRoleAttributes = store.AddSetSymbol(FieldRoleAttributes, ast.NodeTypeString)
store.indexRoleAttributes = store.AddSetIndex(store.symbolRoleAttributes)
Expand Down

0 comments on commit b5486cb

Please sign in to comment.