Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.93 KB

ff-supported-platforms.md

File metadata and controls

49 lines (25 loc) · 1.93 KB
title description sidebar_label sidebar_position
What's supported in Harness Feature Flags
Platforms and technologies supported by Harness Feature Flags
What's supported
10

Harness Feature Flags support client-side and server-side SDKs for a number of programming languages.

Supported client-side SDKs

import Ff from '/docs/feature-flags/shared/ff-supported-platforms-shared.md';

Supported server-side SDKs

import Ffs from '/docs/feature-flags/shared/ff-supported-platforms-shared-server.md';

Relay Proxy

The Relay Proxy, which allows for offline and hybrid Feature Flags usage, is provided as a Docker image and can be used in any environment where the Docker image can be run. The Relay Proxy can be enhanced with Redis as a cache in environments where this is possible.

Hybrid and offline usage

Harness Feature Flags allows for both completely offline usage as well as hybrid usage via the relay proxy. Hybrid usage can be in the form of:

  • The application is online and only talks to the Relay Proxy, while the Relay Proxy has connectivity to Harness.
  • The Relay Proxy is bundled with the application at build-time with a working configuration file, and neither the application nor the Relay Proxy have connectivity to Harness.

Cloud limitations

There are no limitations for using Feature Flags in any cloud or non-cloud environment as long as the languages needed are supported with an SDK, and connectivity to either Harness or the Relay Proxy can be established.

For information about what's supported for other Harness modules and the Harness Platform overall, go to Supported platforms and technologies.

Resource Limits

import FFResourceLimits from '/docs/feature-flags/shared/ff-resource-limits.md';