Skip to content
Snippets Groups Projects
Commit 8a5c7b2b authored by Fabian Seidl's avatar Fabian Seidl
Browse files

add comment/explanation for added creds in README

parent 28f40875
No related branches found
No related tags found
No related merge requests found
Pipeline #186773 passed
This commit is part of merge request !794. Comments created here will be created in the context of that merge request.
......@@ -80,7 +80,10 @@ The `goSDN` controllers core - also called `nucleus` - is a lightweight library
that manages principal network domains and provides southbound interface
operations for managed network elements.
In addition, we provide a simple Northbound-API for the controller [right here](https://code.fbi.h-da.de/danet/gosdn/-/tree/master/controller/api).
In addition, we provide a simple Northbound-API (gRPC) for the controller [right here](https://code.fbi.h-da.de/danet/gosdn/-/tree/master/controller/api).
The gRPC services can also be reached using HTTP requests via the gRPC-Gateway. The fitting OpenAPI definitions can be found [here](https://code.fbi.h-da.de/danet/gosdn/-/tree/master/api/openapiv2?ref_type=heads). Note, that this is experimental and tested less well. If you want to use the controller in secure mode which implies it's mandatory to login and provide the received token in other requests via the HTTP header with the key-value pair:
`"authorize: token"`.
### Principal Networking Domain (PND)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment