-
- Downloads
Merge branch 'docker-registry' into 'master'
Added authentication service for docker registry This adds a simple authentication service for docker which uses current user credentials to authenticate pulls and pushes. I have only one concern. Since the `.docker/config` is unencrypted, thus the password for user stored there is unencrypted, maybe we should from the start implement function to generate/provide a separate password just for the purposes of accessing docker registry? What do you think @jacobvosmaer @sytses @marin? cc @marin See merge request !3787
No related branches found
No related tags found
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- Gemfile 2 additions, 0 deletionsGemfile
- Gemfile.lock 3 additions, 0 deletionsGemfile.lock
- app/controllers/jwt_controller.rb 87 additions, 0 deletionsapp/controllers/jwt_controller.rb
- app/controllers/projects_controller.rb 2 additions, 1 deletionapp/controllers/projects_controller.rb
- app/models/ability.rb 11 additions, 2 deletionsapp/models/ability.rb
- app/models/project.rb 7 additions, 0 deletionsapp/models/project.rb
- app/services/auth/container_registry_authentication_service.rb 70 additions, 0 deletions...ervices/auth/container_registry_authentication_service.rb
- app/views/projects/edit.html.haml 10 additions, 0 deletionsapp/views/projects/edit.html.haml
- config/gitlab.yml.example 9 additions, 0 deletionsconfig/gitlab.yml.example
- config/initializers/1_settings.rb 17 additions, 6 deletionsconfig/initializers/1_settings.rb
- config/routes.rb 3 additions, 0 deletionsconfig/routes.rb
- db/migrate/20160407120251_add_images_enabled_for_project.rb 5 additions, 0 deletionsdb/migrate/20160407120251_add_images_enabled_for_project.rb
- db/schema.rb 1 addition, 0 deletionsdb/schema.rb
- doc/api/projects.md 3 additions, 0 deletionsdoc/api/projects.md
- doc/permissions/permissions.md 2 additions, 0 deletionsdoc/permissions/permissions.md
- lib/api/entities.rb 2 additions, 1 deletionlib/api/entities.rb
- lib/api/projects.rb 5 additions, 0 deletionslib/api/projects.rb
- lib/json_web_token/rsa_token.rb 42 additions, 0 deletionslib/json_web_token/rsa_token.rb
- lib/json_web_token/token.rb 46 additions, 0 deletionslib/json_web_token/token.rb
Loading
Please register or sign in to comment