botserver/src/core/shared
Rodrigo Rodriguez (Pragmatismo) 6ff2b32f2c feat(bootstrap): implement mTLS for Vault access
- Add create_vault_config() function to generate config.hcl with mTLS settings
- Configure Vault to require client certificate verification
- Generate client certificate for botserver in bootstrap
- Update .env to include mTLS paths (VAULT_CACERT, VAULT_CLIENT_CERT, VAULT_CLIENT_KEY)
- Remove unused import in tls.rs
2025-12-07 02:13:28 -03:00
..
admin.rs Fix compiler warnings and improve code consistency 2025-11-27 08:34:24 -03:00
analytics.rs Implement real database functions, remove TODOs and placeholders 2025-12-03 22:23:30 -03:00
mod.rs Add test infrastructure: AppState::default(), mock providers, fix attendance tests 2025-12-05 16:43:14 -03:00
models.rs feat(auth): Add OAuth login for Google, Discord, Reddit, Twitter, Microsoft, Facebook 2025-12-04 22:53:40 -03:00
schema.rs feat(auth): Add OAuth login for Google, Discord, Reddit, Twitter, Microsoft, Facebook 2025-12-04 22:53:40 -03:00
state.rs feat(bootstrap): implement mTLS for Vault access 2025-12-07 02:13:28 -03:00
test_utils.rs feat(bootstrap): implement mTLS for Vault access 2025-12-07 02:13:28 -03:00
utils.rs feat(bootstrap): implement mTLS for Vault access 2025-12-07 02:13:28 -03:00