gnsi
gnsi copied to clipboard
As part of ExistingEntity(https://github.com/openconfig/gnsi/blob/main/certz/certz.proto#L580)message do we also send version and created on fields?.Here it's expected us to just copy the mentioned entity from existing profile. So is it implied that...
The GNOI version field in GNSI protos is not being kept in sync (version.proto=1.6.3, latest release tag=1.4.5) and is creating a circular dependency where GNOI depends on GNSI and GNSI...
https://github.com/openconfig/gnsi/blob/218c1e1a77290bf8f35e5aa521db1ea58d8d9064/certz/certz.proto#L568, Fix typo here, change "pcks7" to "pkcs7"
Could you please clarify below queries related to acct.proto file. Thank you. 1) As per the proto file, ACK will be sent for a group of accounting records. Since, the...
As part of user accounts under AuthorizedKeysRequest->AccountCredentials and AuthorizedUsersRequest->UserPolicy, a 'class' field is required to ADD a "new" user account. The 'class' field is of type string that defines a...
In gNSI, under authz, pathz, certz there seems to be an explicit mention to respond with a "ALREADY_EXISTS"/"AlreadyExists" when an RPC requests with the same version is being pushed again....
Neither delivery as 'certificate' (because that requires items a user of a CA may not have for a CA cert bundle) nor as 'certificateChain' (because the certificates which make up...
The reflection is not working for pathz >grpcurl -plaintext localhost list gnsi.pathz.v1.Pathz Failed to list methods for service "gnsi.pathz.v1.Pathz": file "github.com/openconfig/gnsi/pathz/authorization.proto" **included an unresolvable reference to ".gnmi.Path"** This issue is...
1. Does the default profile have to be named "`gNxI`"? The spec implies so, but is there a reason to require a specific profile name to be used by all...
Use of json for policy in authz without a protobuf alternative is obtuse. Why use json at all? And, why not offer a native protobuf alternative? Use of JSON seems...