wolfseb
wolfseb
## Summary fixes #13540 This PR creates a file `run.py`, which is to be used instead of `docker-compose up -d` to start the FeG containers. It creates the snowflake file...
## Summary Refactor parts of the function `SetIdentityFromContext` in orc8r middleware to separate functions to increase readability. A Test for the function has also been created. The test cases are...
Signed-off-by: Sebastian Wolf ## Summary After #14012 , some asserts were using an incorrect syntax that always yields true: `assert(condition, "description")`. This PR changes these to function as intended: `assert...