Skip to content

Commit

Permalink
Merge pull request #2758 from openziti/posture-type-filterable
Browse files Browse the repository at this point in the history
Allow filtering on posture check type. Fixes #2668
  • Loading branch information
plorenz authored Feb 7, 2025
2 parents 5fa673c + b5486cb commit bd384ac
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 @@ -161,6 +161,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 bd384ac

Please sign in to comment.