The authHeader option can do the same thing as the bearerToken option and is more flexible.
Please remove this option from viper, and all references:
|
| bearerToken | optional `string` | (Deprecated) Used for http sync; token gets appended to `Authorization` header with [bearer schema](https://www.rfc-editor.org/rfc/rfc6750#section-2.1). Cannot be used with `authHeader` | |
The
authHeaderoption can do the same thing as thebearerTokenoption and is more flexible.Please remove this option from viper, and all references:
flagd/docs/reference/sync-configuration.md
Line 55 in c07ffba