haussli

Results 3 issues of haussli

for changes since creation of the featureprofile, incuding: add field component_name rename session_info.status.authen -> ....authn move & rename RecordResponse.author -> {CommandService,GrpcService).authz rename UserDetail.privilege_level -> UserDetail.role add field Add UserDetail.ssh_principal

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...

The description of AccountCredentials.AuthorizedKey in vague. It implies that the argument, which is already base64-encoded, should be base64-encoded again. At least one implementation does this. https://github.com/openconfig/gnsi/blob/main/credentialz/credentialz.proto#L448-L453 What is the intended...