home.social

#artisanenvencrypt β€” Public Fediverse posts

Live and recent posts from across the Fediverse tagged #artisanenvencrypt, aggregated by home.social.

  1. Using #1Password for #Laravel Environment Variables:

    πŸ” Enhances #security and access control for secret management in #Laravel projects
    πŸ”„ #1Password CLI allows Git-compatible .env file management, unlike #artisanenvencrypt or #gitsecret
    πŸ‘₯ Supports granular user access across different environments (#staging, #production)
    🌐 Single template approach for multiple environments using $APP_ENV variable
    βš™οΈ Easy integration with #deployment processes (e.g., #LaravelEnvoy, #GitHubActions)
    πŸ”§ #JetBrains and #VSCode plugins available for seamless development workflow

    Key steps:

    Create separate 1Password entries or vaults for each environment
    Use 'op inject' command to generate .env files from templates
    Implement service accounts for secure server-side secret access
    Integrate 1Password CLI into deployment scripts or CI/CD pipelines

    This approach offers a balance of security, flexibility, and ease of use for managing environment variables in Laravel applications.

    flareapp.io/blog/using-1passwo

    #Devops #Security