Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An Request Endpoint to fetch default configuration for Remote Servers #3216

Open
PythonHacker24 opened this issue Jun 26, 2024 · 0 comments
Open
Labels
enhancement Created by Linear-GitHub Sync

Comments

@PythonHacker24
Copy link
Contributor

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 PythonHacker24 added the enhancement Created by Linear-GitHub Sync label Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Created by Linear-GitHub Sync
Projects
Status: No status
Development

No branches or pull requests

1 participant