Skip to content

Releases: devlup-labs/spok

spok-v0.1.0

25 Jul 17:43
Compare
Choose a tag to compare

Changelog

Features

  • Extensibility: Eliminate the need of using public keys (RSA, etc.) to add people to your server; you can simply add them using their Email addresses.

  • Scalability: Add as many people as necessary to your server via their emails.

  • Security: This project integrates OpenPubkey, leveraging the OpenID Connect (OIDC) Protocol for enhanced SSH authentication security.

  • Single Command: Configure your server for SPoK with just one command.

  • Server Aliases: Add aliases for your servers for easy access.

  • Runs Everywhere: Set up SPoK on any machine—whether it's local, remote, cloud-based, physical server, or a VM—and on any architecture, including x86 or ARM

  • Adds aliases feature
  • 04892b5 Adds installation instructions for RHEL-based distros and linux installation from archive
  • c87223d Adds installation script for linux from archive
  • 5aea5ed Updates packagecloud workflow with rpm packages
  • 5dc0e9e Adds installation script for linux from archive
  • 3c1bd4d Adds support for rpm packages
  • ec3641f Homebrew support
  • 4920495 Adds goreleaser config for chocolatey package
  • ab6098e Adds github action workflow for uploading debian packages to packagecloud
  • fa13540 Renamed to SPoK
  • 9aedeb7 Fixed path for UNIX (#9)
  • 2659ef3 Migrated to a Cobra-CLI app (#5)
  • 49f4eec Create LICENSE
  • 8dda43e Adds support for servers with private key auth
  • b3e1114 Adds .env.example
  • f5f2b25 Code cleanup
  • f8fac8b Made accesible to all emails and principals in policy.yml in server.
  • 4cc6ff3 Added configure command to cli.go in cli/
  • 3660b54 Added "add policy" case for ./verifier
  • 69191f3 Adds openpubkey, go vendor directory, and updates all the files to reflect these changes
  • a5952b0 Git Ignore updated for dotenv, renamed client to cli
  • 9c8e7d7 SOS Reborn
  • 54c67fa SOS first commit