File tree Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Expand file tree Collapse file tree 1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -1864,28 +1864,12 @@ def my_pipeline(...):
1864
1864
value itself>
1865
1865
```
1866
1866
1867
- Example of a ZenML server YAML configuration file:
1868
-
1869
- ```yaml
1870
- url: https://ac8ef63af203226194a7725ee71d85a-7635928635.us-east-1.elb.amazonaws.com/zenml
1871
- username: admin
1872
- password: Pa$$word123
1873
- verify_ssl: |
1874
- -----BEGIN CERTIFICATE-----
1875
- MIIDETCCAfmgAwIBAgIQYUmQg2LR/pHAMZb/vQwwXjANBgkqhkiG9w0BAQsFADAT
1876
- MREwDwYDVQQDEwh6ZW5tbC1jYTAeFw0yMjA5MjYxMzI3NDhaFw0yMzA5MjYxMzI3
1877
- ...
1878
- ULnzA0JkRWRnFqH6uXeJo1KAVqtxn1xf8PYxx3NlNDr9wi8KKwARf2lwm6sH4mvq
1879
- 1aZ/0iYnGKCu7rLJzxeguliMf69E
1880
- -----END CERTIFICATE-----
1881
- ```
1882
-
1883
1867
Both options can be combined, in which case the command line arguments will
1884
1868
override the values in the YAML file. For example, it is possible and
1885
1869
recommended that you supply the password only as a command line argument:
1886
1870
1887
1871
```bash
1888
- zenml connect --username zenml --password=Pa@#$#word --config=/path/to/zenml_server_config.yaml
1872
+ zenml connect --username zenml --password=... --config=/path/to/zenml_server_config.yaml
1889
1873
```
1890
1874
1891
1875
You can open the ZenML dashboard of your currently connected ZenML server using
You can’t perform that action at this time.
0 commit comments