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
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 operation mode (Hazelcast or local) and health
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!)
The text was updated successfully, but these errors were encountered:
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
Authentication
Is the user allowed to do some things?
Configurations management
Create, Read, Update, Delete
The text was updated successfully, but these errors were encountered: