class Capsium::Package::BasicAuthConfig
The “basicAuth” object of authentication.json (ARCHITECTURE.md section 4b): Apache-style Basic authentication verified against an htpasswd file. “passwdFile” is a package-relative path (password hashes, not plaintext secrets, so it may ship in the package); deploy.json may override it with a reactor-side file.
Public Instance Methods
() → bool
Source
# File lib/capsium/package/authentication_config.rb, line 24 def enabled? !!enabled end