Currently flux_security_configure (sec, NULL) fails with a fatal error if there is no security TOML files in the default glob.
This means we currently have to ship a default config with the package, but this should not be necessary. Instead of flux-security is not configured it should use some sane and safe default.
Currently
flux_security_configure (sec, NULL)fails with a fatal error if there is no security TOML files in the default glob.This means we currently have to ship a default config with the package, but this should not be necessary. Instead of flux-security is not configured it should use some sane and safe default.