You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ai-stack): unified service account to autobot:autobot (#4091)
All AutoBot services on a host now use the same autobot:autobot account,
eliminating the confusing split between backend (autobot) and ai-stack (autobot-ai).
Changes:
- ai-stack role defaults: ai_user/ai_group now 'autobot' instead of 'autobot-ai'
- ai_data_dir changed from /var/lib/autobot-ai to /var/lib/autobot (shared)
- Removed separate autobot-ai account creation in ai-stack tasks
- Removed ai_user/ai_group override in setup_wizard auto-inject
Benefits:
- Simpler permissions and ownership model
- No permission conflicts during co-location
- Consistent with backend service model
- Eliminates need for auto-inject overrides
Related: #3501, #3097, #4088 (EnvironmentFile fix)
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
0 commit comments