alexandre derumier
alexandre derumier
+1 for this, it can be used with smallstep step-ca, to generate ssh certificate with oidc . https://smallstep.com/blog/diy-single-sign-on-for-ssh/
Hi, I think I trigger the same bug, It's working for me on 8.4.4 , but it's broken again since 8.5.0 and still broken on 9.1 I think it's related...
I finish to bisect it, for my setup, it don't work since this commit https://github.com/FRRouting/frr/commit/272c6d5db128ff7450fe9fcd16c046160594deb3
I think I have a clue, Using my same config but filtering with a prefix-list, ``` ip prefix-list only-default permit 0.0.0.0/0 ! route-map MAP_VTEP_OUT deny 10 match ip address prefix-list...
https://github.com/starsy/statsd-influxdb-backend/commit/a0c97e524a7f99ae0e989005aee8d246b4c46fc9
Hi, I need this feature too, I'll try to implement something similar to https://github.com/danslimmon/statsd-opentsdb-backend. also, influxdb 0.9 need to use the new line protocol to pass tags (no more json),...
Seem that somebody already done it in this fork :) https://github.com/Asana/statsd-influxdb-backend/commit/cc75147626498808d1b37ab0eb8afd410b9d515a
here another implementation : https://github.com/starsy/statsd-influxdb-backend/commit/a0c97e524a7f99ae0e989005aee8d246b4c46fc9
@fdomain I remember that prefix-list was not working too, I can do test next week if you want. I'll delete my comment as it's a different case, and wirte it...
@fdomain ok, prefix-list filtering are now working for me since https://github.com/FRRouting/frr/commit/272c6d5db128ff7450fe9fcd16c046160594deb3 But this commit is breaking for me, "match evpn ..." https://github.com/FRRouting/frr/issues/14419