The Dataplane currently allows registering Authorizations, which are used to extract the control plane id for incoming auth headers and add auth headers to outgoing requests to the control plane. But so far, authorization is not considered in the DataPlaneRegistrationMessage. To fully support with the specification and to enable control planes to know which auth header they should send to the dataplane, auth information should be added to outgoing DataPlaneRegistrationMessages.
The
Dataplanecurrently allows registeringAuthorizations, which are used to extract the control plane id for incoming auth headers and add auth headers to outgoing requests to the control plane. But so far, authorization is not considered in theDataPlaneRegistrationMessage. To fully support with the specification and to enable control planes to know which auth header they should send to the dataplane, auth information should be added to outgoingDataPlaneRegistrationMessages.