mirror of
https://github.com/sol1/rustguac.git
synced 2026-09-10 09:35:45 +00:00
3cf21933ea
When an address book entry has prompt_credentials: true or no stored credentials, /api/connect now returns an inline credential form instead of failing or connecting without auth. The form POSTs to the existing connect endpoint and redirects to the client page. Fix NetBox webhook body template docs: use "type" not "session_type" (matches Vault storage format), replace regex_replace/cut filters with standard Jinja2 equivalents (lower, split) since NetBox's Jinja2 environment doesn't include Ansible or Django template filters. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>