Skip to content

[C4GT] Add Fusion Auth in User service #78

@tushar5526

Description

@tushar5526

Description

FusionAuth is an identity provider. User service can use FusionAuth as one of the providers. Currently, it is on the user end to set up FusionAuth and then configure environment variables accordingly. It can be automated by using a kickstart file for FusionAuth.

Goals

  • Setup a kickstart file for FusionAuth and configure the basic roles, application-id and API keys
  • Edit env file variables to pick up the new configuration

Expected Outcome

The expected outcome is a kickstart file for FusionAuth that automates the setup process. This file should include the necessary configurations for basic roles, application ID, and API keys. Once the kickstart file is executed, FusionAuth should be fully configured and ready to use without requiring manual intervention.

Acceptance Criteria

  • A kickstart file is created for FusionAuth.
  • The kickstart file includes configurations for basic roles, application ID, and API keys.
  • The environment file is updated to read the new configuration from the kickstart file.
  • FusionAuth can be set up and configured automatically by executing the kickstart file.
  • The user service successfully integrates with FusionAuth using the automated configuration.

Mentor(s)

@tushar5526

Implementation Details

The kickstart file can be written using a scripting language such as Bash or PowerShell, depending on the target platform. The file should include commands to install and configure FusionAuth, set up basic roles, and generate application ID and API keys. The environment file should be updated to read the necessary configuration values from the kickstart file.

Mockups / Wireframes

NA


Project

User Service

Organization Name:

Samagra

Tech Skills Needed:

Typescript, Javascript

Complexity

Medium

Category

Feature

Sub Category

Configuration

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions