Use GitHub Actions + Azure AD to Govern GitHub Organization Members
Related
More from bradyjoslin.com
Web Crypto is a cryptography API available in modern browsers and in the cloud with Cloudflare Workers that can be used to password encrypt data. This basic example encrypts and decrypts values in the browser. AES-GCM encryption and decryption keys are derived from a password based key (PBKDF2). The encrypted output is written to and read from...
Web Crypto is a cryptography API available in modern browsers and Cloudflare Workers that can be used to sign messages and verify message signatures using Hashed-Based Message Authentication Codes (HMAC). This post provides an example implementation of signing and verifying using Cloudflare Workers.
An example for how to share a single Dockerfile defined in a repository for both local development using VS Code dev containers and CI/CD with Azure DevOps Pipelines.
An example for how to share a single Dockerfile defined in a repository for both local development using VS Code dev containers and CI/CD with GitHub Actions.
Outgoing webhook bots are an easy way to add powerful automation capabilities to MS Teams. Cloudflare Workers is serverless computing platform with excellent performance and global redundancy with a fantastic developer CLI called Wrangler. This article describes how to use the open source msteams-webhook-worker-template to kick-start Cloudflare...