Skip to content

Commit 0ea3a39

Browse files
authored
Update README.md
1 parent 119d3c5 commit 0ea3a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Metaflow operational UI. This module deploys the UI as a set of Fargate tasks. It connects to an existing RDS instance, that can be created by Metaflow [`datastore`](../datastore) module.
44

5-
The services are deployed behind an AWS ALB, and the module will output the ALB DNS name. Note that the UI is deployed with no auth by default, you can limit the users by IP by using `ui_cidr_allow_list` parameter.
5+
The services are deployed behind an AWS ALB, and the module will output the ALB DNS name. This module only comes with rudimentary IP-based auth: only users with IPs matching `ui_allow_list` will be able to access the UI.
66

77
<!-- BEGIN_TF_DOCS -->
88
## Inputs

0 commit comments

Comments
 (0)