flipt icon indicating copy to clipboard operation
flipt copied to clipboard

An Request Endpoint to fetch default configuration for Remote Servers

Open PythonHacker24 opened this issue 1 year ago • 0 comments

Problem

While working with cloud servers which mostly have a default shell environment, it takes an extra step of downloading the default config from the cloud dashboard into the local system and then copying it into the cloud's shell. This adds friction in first-time usage as well as further more setups.

Ideal Solution

Have an endpoint for the default file and allows users to use curl -fsSL https://get.flipt.io/flipt.yaml command for downloading the default file on the cloud.


cloud:
  organization: <ORGANIZATION_NAME>
  gateway: <GATEWAY_NAME>
  authentication:
    api_key: <API_KEY>

server:
  cloud:
    enabled: true

authentication:
  required: true
  methods:
    cloud:
      enabled: true

audit:
  sinks:
    cloud:
      enabled: true

experimental:
  cloud:
    enabled: true```

This addition of a simple feature would take no time and will help save a lot of time. I have been using flipt and this is something practically useful. 

### Search

- [X] I searched for other open and closed issues before opening this

### Additional Context

_No response_

PythonHacker24 avatar Jun 26 '24 07:06 PythonHacker24