gitlab-org--gitlab-foss/spec/requests
Nick Thomas 6847060266 Rework the permissions model for SSH key restrictions
`allowed_key_types` is removed and the `minimum_<type>_bits` fields are
renamed to `<tech>_key_restriction`. A special sentinel value (`-1`) signifies
that the key type is disabled.

This also feeds through to the UI - checkboxes per key type are out, inline
selection of "forbidden" and "allowed" (i.e., no restrictions) are in.

As with the previous model, unknown key types are disallowed, even if the
underlying ssh daemon happens to support them. The defaults have also been
changed from the lowest known bit size to "no restriction". So if someone
does happen to have a 768-bit RSA key, it will continue to work on upgrade, at
least until the administrator restricts them.
2017-08-30 20:50:44 +01:00
..
api Rework the permissions model for SSH key restrictions 2017-08-30 20:50:44 +01:00
projects Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
git_http_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
jwt_controller_spec.rb Fixes needed when GitLab sign-in is not enabled 2017-07-13 10:08:27 -04:00
lfs_http_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00
openid_connect_spec.rb Update specs for new upload path 2017-07-18 15:38:54 +02:00
request_profiler_spec.rb Change all :empty_project to :project 2017-08-02 17:47:31 -04:00