mirror of https://github.com/OpenKMIP/PyKMIP.git
Add REVOKE to list of supported server ops
As defined in _process_query, the list of supported server operations is missing REVOKE.
This commit is contained in:
parent
f565fbf93a
commit
fa548a7ebe
|
@ -1936,6 +1936,7 @@ class KmipEngine(object):
|
||||||
contents.Operation(enums.Operation.GET_ATTRIBUTES),
|
contents.Operation(enums.Operation.GET_ATTRIBUTES),
|
||||||
contents.Operation(enums.Operation.GET_ATTRIBUTE_LIST),
|
contents.Operation(enums.Operation.GET_ATTRIBUTE_LIST),
|
||||||
contents.Operation(enums.Operation.ACTIVATE),
|
contents.Operation(enums.Operation.ACTIVATE),
|
||||||
|
contents.Operation(enums.Operation.REVOKE),
|
||||||
contents.Operation(enums.Operation.DESTROY),
|
contents.Operation(enums.Operation.DESTROY),
|
||||||
contents.Operation(enums.Operation.QUERY)
|
contents.Operation(enums.Operation.QUERY)
|
||||||
])
|
])
|
||||||
|
|
Loading…
Reference in New Issue