Articles by topic engineering
- Aug 4, 2022By Alan ParraLearn how passwordless authentication works and how it's built using WebAuthn.
- Nov 4, 2021By Allen VailliencourtFind out how to implement access controls for your DevOps workflows like CICD, GitOps and more using Teleport.
- Oct 6, 2021By Travis GaryAs our company has been growing quickly, we’ve faced the build-vs-buy question numerous times. In this blog post we’re sharing our rationale for making these decisions.
- Oct 1, 2021By Kevin NisbetAccess proxy is an important tool for securing access to infrastructure. But reducing latency when accessing distributed computing resources is a challenge. Today we are announcing the multi-region support for Teleport cloud and explaining how we've built it.
- Sep 28, 2021By Allen VailliencourtWhat is sales engineering? How to become a sales engineer? Allen works as a sales engineer at Teleport and in this blog post he shares his journey.
Additional articles
- Sep 16, 2021By Walt DellaIn this blog post we’ll explain how an attacker can get access into a cloud environment by sending a malicious pull request.
- Sep 2, 2021By Ev KontsevoySecure remote access to cloud infrastructure is painful. Access Platform technology allows consolidating access in one place.
- Feb 9, 2021By Virag ModyUsers interact with SaaS differently than on-prem. When we built Teleport Cloud, we deliberately designed it to reflect this change.
- Dec 20, 2020By Adam Korczynski, Andrew LytvynovA fuzzer is a program that passes randomized data to an entrypoint of a target application. The goal is to stress test the target application.
- Nov 5, 2020By Virag ModyeBPF lets programmers execute custom bytecode within the kernel without having to change the kernel or load kernel modules.
- Jun 18, 2020By Andrew LytvynovSCP is a simple tool with a quirky implementation. It does an okay job at moving files around, but newer software like SFTP and Rsync outperforms it.
- Nov 7, 2019By Katie CarrelAn inside look at how we designed a discovery protocol for Teleport.
- Jun 8, 2018By Russell JonesThis post discusses the different approaches that can be taken to gracefully restart an application and provides a working sample that can be used to dig into the details. This post should be interesting to developers and SREs who build and maintain services written in Go.
- Jan 1, 2016By Sasha KlizhentasWe are playing with Elastic Beats, doing structured logging with Golang and Elastic Search
- Nov 1, 2015By Sasha KlizhentasWe discuss effective ways to handle errors in Go programming language.