The GlomeRequest message in credentialz.proto currently does not include the created_on field:
https://github.com/openconfig/gnsi/blob/main/credentialz/credentialz.proto#L709
However, the corresponding YANG model defines a created_on field:
https://github.com/openconfig/public/blob/master/release/models/gnsi/openconfig-gnsi-credentialz.yang#L179
To maintain alignment between the gNSI protobuf definition and the OpenConfig YANG model, the GlomeRequest proto should be updated to include the created_on field.
The GlomeRequest message in credentialz.proto currently does not include the created_on field:
https://github.com/openconfig/gnsi/blob/main/credentialz/credentialz.proto#L709
However, the corresponding YANG model defines a created_on field:
https://github.com/openconfig/public/blob/master/release/models/gnsi/openconfig-gnsi-credentialz.yang#L179
To maintain alignment between the gNSI protobuf definition and the OpenConfig YANG model, the GlomeRequest proto should be updated to include the created_on field.