FranzPoize / conan-htpasswd

Plugin for conan server using htpasswd for authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conan HTPASSWD Authorization Manager

This is a simple htpasswd authorization manager for conan > 0.21

Deployment

Copy the authenticator to [path to conan_server]/plugins/authenticator and add htpasswd_authenticator to the server config by adding custom_authenticator: htpasswd_authenticator in the [server] section

To customize the htpasswd file location, add the key htpasswd_file: {location} to the [server] section

License

MIT

About

Plugin for conan server using htpasswd for authentication

License:MIT License


Languages

Language:Python 100.0%