jr200 / nats-iam-broker

A NATS decentralised auth-callout service to swap thirdparty IdP JWTs for RBAC'd NATS User JWTs
MIT License
12 stars 1 forks source link

NATS with SSH / HTTP and NIXOS #2

Open gedw99 opened 2 months ago

gedw99 commented 2 months ago

Use SSH with NATS, just like you use OIDC with NATS.

This need trick is used for doing NIXOS management which is really useful to manage Servers.

In terms of Auth systems, its use of SSH with NATS, makes for nice Dev OPS tooling. Just like nats-iam-broker makes for nice User Tooling.

https://github.com/numtide/nits

https://bmcgee.ie/posts/2023/06/nats-re-using-ssh-host-keys-for-authentication/