Skip to content

switcherapi/switcher-gitops

Repository files navigation


Switcher GitOps
GitOps Domain Snapshot Orchestrator for Switcher API

Master CI Quality Gate Status Known Vulnerabilities License: MIT Slack: Switcher-HQ


Switcher API: Cloud-based Feature Flag API

About

Switcher GitOps is used to orchestrate Domain Snapshots for Switcher API. It allows managing feature flags and configurations lifecycle.

  • Manages Switchers with GitOps workflow (repository as a source of truth)
  • Repository synchronization allows integrated tools such as Switcher API Management and Switcher Slack App to work in sync
  • Flexible settings allow to define the best workflow for your ecosystem

Integrated tests

Set up PAT (Personal Access Token) for Switcher GitOps to access the repository. You can either create a fine-grained token with only the necessary permissions such as Content (Read and Write) and Metadata (Read) or use a personal token with full access.

Once you have the token, you can set it up in the .env.test environment file by including the following:

GIT_USER=[YOUR_GIT_USER]
GIT_TOKEN=[YOUR_GIT_TOKEN]
GIT_TOKEN_READ_ONLY=[YOUR_GIT_TOKEN_READ_ONLY]
GIT_REPO_URL=[YOUR_GIT_REPO_URL]
GIT_BRANCH=[YOUR_GIT_BRANCH]

About

GitOps Domain Snapshot Orquestrator for Switcher API

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks