You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can decide to implement separate authentication at the proxy level. To do this, follow the procedure below:
119
-
120
-
- Create a file that contains the authorized users for the proxy. The file content is a list of `name:hashed-password`. Passwords must be hashed using MD5, SHA1, or BCrypt (use `htpasswd` to generate the passwords).
121
-
- Provide the file in the following path `/etc/traefik/auth/usersfile`.
122
-
- Set `NUTANIX_USERNAME` and `NUTANIX_PASSWORD` env to connect to the backend Prism Central.
123
-
- Set `AUTH_PROXY` env to `enable`.
124
-
125
-
126
-
127
113
#### Proxy Dashboard
128
114
129
115
You can enable the proxy dashboard by setting `DASHBOARD` to `enable`.
130
116
131
117
Proxy will be available at the following address: `https://FQDN:9440/dashboard/`
132
118
133
-
If `AUTH_PROXY` is enabled the same users will be used to connect to the dashboard.
0 commit comments