Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. deployment
    Log in to post
    • All categories
    • F

      UNSOLVED Custom theme deployment between environments
      Q&A • theme deployment application api docs • • fred.fred

      2
      0
      Votes
      2
      Posts
      382
      Views

      dan

      @fred-fred said in Custom theme deployment between environments:

      It looks like we can transport with the API using Theme Update Endpoints and sharing environment API keys so one environment can see the next environment to copy the themes over.

      Yes, that's what I'd recommend. You could have different API keys for each environment and have the script that promotes the theme pull the API key from a secrets store. Make sure you limit the API key to the themes endpoint.

      You also might be interested in this post: https://fusionauth.io/community/forum/topic/1306/parameterizing-themes which indicates how you can have the same theme files point to different resources in staging/prod/dev/etc.

    • dan

      Shutting down FusionAuth cloud deployments
      Q&A • cloud deployment • • dan

      2
      0
      Votes
      2
      Posts
      188
      Views

      dan

      No, it is more like terminating an EC2 instance. All data is lost.

      If you have user data you'd like to retain, please request a database dump before destroying your deployment.

    • dan

      How do I use FusionAuth in my CI/CD system?
      Q&A • ci cd testing deployment • • dan

      2
      0
      Votes
      2
      Posts
      285
      Views

      dan

      You can run FusionAuth in a docker container and spin it up using the docker install instructions in your CI/CD pipeline.

      You may also be interested in using Kickstart, which lets you configure every aspect of FusionAuth (except adding multiple API keys) via a simple JSON file. This ensures your integration tests run against an auth system that has been configured exactly as you expect.

    • dan

      Can I run fusionauth airgapped?
      Q&A • air gapped deployment • • dan

      2
      0
      Votes
      2
      Posts
      175
      Views

      dan

      Yes. Apart from what is outlined in the system requirements, FusionAuth does not require any network connection to the Internet.

    • dan

      Can I run FusionAuth in Heroku?
      Q&A • heroku deployment • • dan

      2
      1
      Votes
      2
      Posts
      310
      Views

      dan

      There is no official support for Heroku at this time. Follow along on this issue (and vote it up if this is important to you) if you'd like to know when such support happens.

      However, there is a community supported project with a "Deploy to Heroku" button. This is provided and tested by a community member.