Skip to content

Rebuild: Backend #8

@philipsens

Description

@philipsens

Currently, the Flow Backend is a CRUD API for file management. It can ask the FF! where the configurations are located, so it doesn't need to be configured. This introduces some limitations, tho. This is only really available when a configuration is being used with the FileSystemClassLoader.

Tasks

Base

The basics

  • (Re)Connect to the FF! Management Gateway with Hazelcast
  • Create an endpoint for information about the connection and health of the FF!

Authentication

Is the user allowed to do some things?

  • Create a way to log in
  • Authorize with the FF! Management Bus
  • Endpoint for possible actions and endpoints

Configurations management

Create, Read, Update, Delete

  • Create an interface for doing CRUD actions on a Configuration
  • Implement interface for executing actions on local file system
  • Implement interface for executing actions over the FF! Management Gateway (Dependent on FF!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    No status

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions