-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gRPC authentication proposal - using gRPC secure channels #1541
base: master
Are you sure you want to change the base?
Commits on Nov 13, 2024
-
gRPC authentication proposal - using gRPC secure channels
Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2033967 - Browse repository at this point
Copy the full SHA 2033967View commit details
Commits on Nov 20, 2024
-
adding faciliation to use authentication plugins delivered as a separ…
…ate Python packages - decoupling authentication code
Configuration menu - View commit details
-
Copy full SHA for cd90a83 - Browse repository at this point
Copy the full SHA cd90a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1af5927 - Browse repository at this point
Copy the full SHA 1af5927View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dfdb3c - Browse repository at this point
Copy the full SHA 6dfdb3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a497284 - Browse repository at this point
Copy the full SHA a497284View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e25285 - Browse repository at this point
Copy the full SHA 6e25285View commit details -
driver/rawnetworkinterfacedriver: add interface up/down/wait_state
Add methods to the RawNetworkInterfaceDriver to set interfaces up and down, as well as getting and waiting for the interface state. This allows the driver to take more control over the interface, preconfiguration is not needed anymore. Tests that expect the exporter interface to be down (such as ethernet selftests, cable tests) are now possible. Note that the RawNetworkInterfaceDriver now brings the bound interface up on activate and down on deactivate. Signed-off-by: Bastian Krause <[email protected]> Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eb2d3c8 - Browse repository at this point
Copy the full SHA eb2d3c8View commit details -
driver/rawnetworkinterfacedriver: ethtool get/change settings
Add interface configuration (`ethtool --change`) support to the RawNetworkInterfaceDriver. This allows configuring the bound interface (speed, lanes, duplex, port, master-slave, mdix, autoneg, advertise, phyad, xcvr, wol, sopass, msglvl). Also add add a `get_settings()` method to query those settings. Note that ethtool gained the required --json support for the default sub command in v6.10. Signed-off-by: Bastian Krause <[email protected]> Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6317b7e - Browse repository at this point
Copy the full SHA 6317b7eView commit details -
driver/rawnetworkinterfacedriver: ethtool get/change EEE settings
Add interface Energy Efficient Ethernet (EEE) configuration (`ethtool --set-eee`) support to the RawNetworkInterfaceDriver. This allows configuring the EEE parameters eee, tx-lpi, tx-timer and advertise on the bound interface. Also add a `get_eee_settings()` method to query those settings. Note that ethtool gained the required --json support for this sub command in v6.10. Signed-off-by: Bastian Krause <[email protected]> Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63c1cf3 - Browse repository at this point
Copy the full SHA 63c1cf3View commit details -
driver/rawnetworkinterfacedriver: ethtool get/change pause settings
Add interface pause configuration (`ethtool --pause`) support to the RawNetworkInterfaceDriver. This allows configuring the pause parameters autoneg, rx and tx on the bound interface. Also add a `get_pause_settings()` method to query those settings. Signed-off-by: Bastian Krause <[email protected]> Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d167ef1 - Browse repository at this point
Copy the full SHA d167ef1View commit details -
gRPC authentication proposal - using gRPC secure channels
Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18f6d47 - Browse repository at this point
Copy the full SHA 18f6d47View commit details -
adding faciliation to use authentication plugins delivered as a separ…
…ate Python packages - decoupling authentication code Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e932e4 - Browse repository at this point
Copy the full SHA 2e932e4View commit details -
gRPC authentication - updating the documentation
Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b24d1ae - Browse repository at this point
Copy the full SHA b24d1aeView commit details -
updating usage.rst description file
Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 109b361 - Browse repository at this point
Copy the full SHA 109b361View commit details -
gRPC documentation - minor updates
Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36adf03 - Browse repository at this point
Copy the full SHA 36adf03View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42ce8c - Browse repository at this point
Copy the full SHA e42ce8cView commit details -
Merge branch 'master' of github.com:JacekBartynowski/labgrid
Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e4d6c00 - Browse repository at this point
Copy the full SHA e4d6c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7faf458 - Browse repository at this point
Copy the full SHA 7faf458View commit details -
gRPC authentication - fixing issues detected by ruff
Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43c26b3 - Browse repository at this point
Copy the full SHA 43c26b3View commit details
Commits on Nov 26, 2024
-
gRPC authentication - adding instructions on SSL certificate and key …
…generation Signed-off-by: Jacek Bartynowski <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3284161 - Browse repository at this point
Copy the full SHA 3284161View commit details