Skip to content

Instantly share code, notes, and snippets.

View f9n's full-sized avatar
💭
I may be slow to respond.

Fatih Sarhan f9n

💭
I may be slow to respond.
View GitHub Profile
@straubt1
straubt1 / Terraform on Mac M1.md
Created June 14, 2022 18:38
Notes to install Terraform on M1

Installing the amd64 version of Terraform on Mac with M1

Not all Terraform providers are built for arm64.

One solution here is to install Terraform as amd64 which can be easily done from the downloads page.

However, for those who are using and switching between versions of Terraform often, a more streamlined approach is desirable.

Enter asdf.

How does Kerberos work?

Overview

Kerberos is an authentication protocol, which means it is a prescribed method for a user to prove their identity to a particular application service over a network.

The set of players in the protocol can be seen as:

  • a client program acting on behalf of a user
  • a centralized service, called the Authentication Server (AS)