Dmitry Sergeev

Results 4 issues of Dmitry Sergeev

My registry restarts frequently. But it is not even used yet, there are enough resources. registry CPU and memory consumes much less than what it was allocated. However, it still...

Example code: ``` mongodb_user { 'user': name => 'user', ensure => present, database => 'test', password => 'password', roles => ['readWrite'], tries => 10, } ``` apply agent: ``` #...

bug

``` if ($check_authgraylog = nook_auth) { return 302 https://url/authorize?response_type=code&redirect_uri=https://$server_name$request_uri&client_id=define; } ``` Where does the `$check_authgraylog` variable come from? I do not see any places in the configuration where it would...

It’s impossible to disable caching in the browser using browser_cache_settings. If you remove the parameter, it sets the value to 0 instead of disabling it. As a result, in both...