vault-hier/.gitignore
Harald Hoyer 9b3ac63c3e Implement JSON credential storage
- Add JSON format for storing Vault credentials
- Update save_credentials function to support both formats
- Save both .json and .txt files for compatibility
- Update test_docker.sh to use jq for reliable JSON parsing
- Improve key extraction for unseal operations
- Update .gitignore to exclude JSON credentials

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-20 13:16:39 +01:00

35 lines
360 B
Plaintext

# Rust build artifacts
/target/
**/*.rs.bk
*.pdb
Cargo.lock
# Generated by Cargo
.cargo/
# Direnv
.direnv/
.envrc
# Vault related files
vault-credentials.txt
vault-credentials.json
vault-config/
# Temporary test files
docker-compose-test.yml
test_vault.sh
# IDE files
.idea/
.vscode/
*.iml
*.swp
*~
# Nix
result
result-*
# macOS specific files
.DS_Store