Skip to content

Instantly share code, notes, and snippets.

{
"_type": "https://in-toto.io/Statement/v0.1",
"subject": [
{
"name": "https://witness.dev/attestations/product/v0.1/file:.git/index",
"digest": {
"sha256": "8101a571fbb12a9712f44f697cd3200692e905331b15eee266b487ef13762fe2"
}
},
{
async function signTextWithYubiKey() {
try {
// Create a new credential
const challenge = new Uint8Array(32);
crypto.getRandomValues(challenge);
const publicKeyCredentialCreationOptions = {
challenge,
rp: { name: 'example.com' },
user: {
@colek42
colek42 / VAULT-SECRETS-REFERENCE.md
Last active October 15, 2025 16:11
Vault Secrets Reference for Anaconda Judge Platform - ESO Configuration Guide

Vault Secrets Reference - Judge Platform

Quick reference for configuring Vault secrets with External Secrets Operator.

Required Vault Secrets

Database Secrets (RDS)

Path: demo/kubernetes/rds/testifysec-judge

@colek42
colek42 / brake-job-guide.html
Created February 21, 2026 21:07
2007 F-150 Complete Brake Job — Interactive Step-by-Step Guide
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>2007 F-150 Brake Job — Step-by-Step Guide</title>
<style>
:root {
--blue: #1a56db; --blue-light: #e8f0fe;
--green: #166534; --green-light: #dcfce7;