Skip to content

Policy API: created_at & updated_at values are still null in response to entity creation request. #549

@sievdokymov-virtru

Description

@sievdokymov-virtru

Created_at and updated_at params are null in response for just created entity - e.g. namespace, attribute etc.
Actual values are returned for further requests (Get/List etc).

Steps to Reproduce:

  1. Run the backend server for the opened/platform (as described in the Readme).
  2. Create e.g. a namespace using NamespaceService.CreateNamespace gRPC request (0 OK is returned).
  3. Observe created_at and updated_at values in response metadata.

Actual Result:
created_at and updated_at timestamps are null in response:
null

Expected Result:
created_at and updated_at timestamps are set properly during create/update operations and returned immediately in response.

Functionality is recently implemented in scope of #355

Correspondent JIRA issue: https://virtru.atlassian.net/browse/PLAT-3107

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions