Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

refactor: uniformise and prepare authorization system for no login mode #1256

Merged
merged 1 commit into from
Apr 23, 2019
Merged

refactor: uniformise and prepare authorization system for no login mode #1256

merged 1 commit into from
Apr 23, 2019

Conversation

ia3andy
Copy link
Contributor

@ia3andy ia3andy commented Apr 19, 2019

  • Fix public url request redirection (Closes Request redirect is not working with /launch prefix #1255)
  • Remove unecessary layer with keycloak-react package (move code to launcher-app)
  • Fix bug where request query was removed in openshift redirect_uri
  • Fix bug where requert query was removed in cleanUrl (end of init)
  • Uniformise and refactor Authorization (prepare for #1254)
  • Remove hack and standardize AuthenticationError

- Fix public url request redirection (Closes #1225)
- Remove unecessary layer with  keycloak-react package (move code to launcher-app)
- Fix bug where request query  was removed in openshift redirect_uri
- Fix bug where requert query was removed in cleanUrl (end of init)
- Uniformise and refactor Authorization (prepare for #1254)
- Remove hack and standardize AuthenticationError
@ia3andy ia3andy requested a review from edewit April 19, 2019 14:36
@codecov
Copy link

codecov bot commented Apr 19, 2019

Codecov Report

Merging #1256 into master will increase coverage by 0.04%.
The diff coverage is 80.76%.

@@            Coverage Diff             @@
##           master    #1256      +/-   ##
==========================================
+ Coverage   81.97%   82.02%   +0.04%     
==========================================
  Files          50       51       +1     
  Lines        1182     1196      +14     
  Branches      121      118       -3     
==========================================
+ Hits          969      981      +12     
- Misses        178      181       +3     
+ Partials       35       34       -1

1 similar comment
@codecov
Copy link

codecov bot commented Apr 19, 2019

Codecov Report

Merging #1256 into master will increase coverage by 0.04%.
The diff coverage is 80.76%.

@@            Coverage Diff             @@
##           master    #1256      +/-   ##
==========================================
+ Coverage   81.97%   82.02%   +0.04%     
==========================================
  Files          50       51       +1     
  Lines        1182     1196      +14     
  Branches      121      118       -3     
==========================================
+ Hits          969      981      +12     
- Misses        178      181       +3     
+ Partials       35       34       -1

@ia3andy ia3andy changed the title refactor: authorization refactor: uniformise and prepare authorization system for no login mode Apr 19, 2019
@fabric8cd
Copy link

This PR was deployed with mocked data in the following URLs for your appreciation:

Copy link
Member

@edewit edewit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no clue what it's about guess it's fine

@ia3andy ia3andy merged commit dcd718e into fabric8-launcher:master Apr 23, 2019
@ia3andy ia3andy deleted the refactor-auth branch April 23, 2019 08:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Request redirect is not working with /launch prefix
3 participants