Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing
David Carney

David Carney

๐Ÿ‘ค Speaker
715 total appearances

Appearances Over Time

Podcast Appearances

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

Or yourself to other services.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

So, you know, everybody logs into everybody.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

Well, not everybody has a Gmail account, but everybody logs into services like they enter username and password or, you know, configure like logging with SSO or, you know, logging with Facebook or whatever.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

These are all authentication flows.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

Something has to know who you are and be able to assert that to other things that people trust.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

That's basically the job of an IDP.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

So, so just to be clear, like we're like, you still need an external identity provider when you're using tail scale.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

And specifically if you use TSIDP, like it, it leverages the fact that you've got an external thing that you trust, right?

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

Because that's what generates the identity, and that's what we use for the encryption key so you can figure out, oh, this thing is connecting to me.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

And so however you're using Tailscale right now, you've got to, you know, when you create that tailnet, you're plugging it into whatever identity provider is out there that you currently use.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

What I think is really magic about TS-IDP is that it lets you not only manage identity sort of privately and internally, so you can bring OIDC to all of your internal apps.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

You don't need to configure them to go external.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

It lets you start thinking about your network as more of an extension of your identity, not just individual devices.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

And so you can actually start treating like a tail net as a collection of identities or perhaps just one identity.

The Changelog: Software Development, Open Source
From Tailnet to platform (Interview)

And so it lets you, I guess, have a pocket of identity that's privately your own that you can start to do and manipulate and share things in the world with.