Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
erka committed Apr 5, 2024
1 parent 7323a3e commit 59616d7
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions configuration/storage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -496,19 +496,21 @@ Flipt has its own custom OCI manifest format (we call them `bundles`), which can
</Tabs>

<Note>
Certain OCI registries may require setting the OCI manifest version to something other than the default (`1.1`) to work correctly.
Certain OCI registries may require setting the OCI manifest version to something other than the default (`1.1`) to work correctly.

Check warning on line 499 in configuration/storage.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.SentenceLength] Write short sentences (less than 25 words). Raw Output: {"message": "[Openly.SentenceLength] Write short sentences (less than 25 words).", "location": {"path": "configuration/storage.mdx", "range": {"start": {"line": 499, "column": 3}}}, "severity": "WARNING"}

In this case, you can set the `FLIPT_STORAGE_OCI_MANIFEST_VERSION` environment variable or `storage.oci.manifest_version` configuration property to the desired version (e.g. `1.0`).

See [this issue](https://github.com/flipt-io/flipt/issues/2907) for more information.

</Note>

Starting from version `1.40.0, Flipt offers two authentication methods:
#### Authentication

Starting from version `1.40.0`, Flipt offers two authentication methods:

- **Static**: This is the default method that uses a username and password for authentication.
- **AWS ECR**: If you're using Flipt on AWS with a private ECR repository, you could configure authentication differently.

Check warning on line 512 in configuration/storage.mdx

View workflow job for this annotation

GitHub Actions / Vale

[vale] reported by reviewdog 🐶 [Openly.Hedging] Consider removing 'could' Raw Output: {"message": "[Openly.Hedging] Consider removing 'could'", "location": {"path": "configuration/storage.mdx", "range": {"start": {"line": 512, "column": 80}}}, "severity": "WARNING"}
Set either the FLIPT_STORAGE_OCI_AUTHENTICATION_TYPE environment variable or the storage.oci.authentication.type configuration property to `aws-ecr`.
Set either the `FLIPT_STORAGE_OCI_AUTHENTICATION_TYPE` environment variable or the `storage.oci.authentication.type` configuration property to `aws-ecr`.
Additionally, make sure your compute instance or container has an role with permissions to pull from ECR.

See [this issue](https://github.com/flipt-io/flipt/issues/2938) for more information.
Expand Down

0 comments on commit 59616d7

Please sign in to comment.