Merge branch 'api-response-content-type' into 'master'
API safeties Increase security and sanity checks to allow for new features. - ability to exchange signed information with gitlab-rails via a shared secret - content-type checks to prevent leaking internal API data Signed messages are implemented using JWT. To make this possible we vendor the jwt-go library. Companion MR in gitlab-rails: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5907 See merge request !60
Showing
Godeps/Godeps.json
0 → 100644
Godeps/Readme
0 → 100644
internal/api/block.go
0 → 100644
internal/api/secret.go
0 → 100644
testdata/test-secret
0 → 100644
Please register or sign in to comment