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
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.
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
The text was updated successfully, but these errors were encountered:
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
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
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
The text was updated successfully, but these errors were encountered: