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
Is your feature request related to a problem? Please describe.
As an Airy user i need to be able to configure all components installed to on my Airy instance.
Describe the solution you'd like
Creating "api-components-configuration" component to allow all components configuration. To ensure allowing the component to configure only installed components, "api-components-configuration" component has a direct interact with ks8 API to ensure that the CURD of a configuration is possible when the component is installed.
Listing the CURD endpoints to "api-components-configuration` component:
/components.get > to get all components
/components.update > to update component configuration
3./components.delete > to delete component configuration
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
As an Airy user i need to be able to configure all components installed to on my Airy instance.
Describe the solution you'd like
Creating "
api-components-configuration
" component to allow all components configuration. To ensure allowing the component to configure only installed components, "api-components-configuration" component has a direct interact with ks8 API to ensure that the CURD of a configuration is possible when the component is installed.Listing the CURD endpoints to "api-components-configuration` component:
/components.get
> to get all components/components.update
> to update component configuration3./
components.delete
> to delete component configurationDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: