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

Implement #17 Fetch public keys from auth service #23

Merged
merged 16 commits into from
Oct 16, 2018
Merged

Implement #17 Fetch public keys from auth service #23

merged 16 commits into from
Oct 16, 2018

Conversation

chmouel
Copy link
Contributor

@chmouel chmouel commented Oct 12, 2018

Implement #17 by getting the keys from the auth service.

Most of the code and tests has been imported from fabric8-tenant

A few things has been added along this.

  • .gitignore improvements
  • add a db-auth to run in docker and change port for the default db
  • add a makefile docker-run target to get all the docker stuff up

@chmouel chmouel changed the title Implement #17 Fetch public keys from auth service DNM: Implement #17 Fetch public keys from auth service Oct 15, 2018
@chmouel chmouel added the work-in-progress🏋️‍♀️ Working on it! okay! do not worry about the current state, it will all be beautiful by the end of it label Oct 15, 2018
@chmouel chmouel changed the title DNM: Implement #17 Fetch public keys from auth service Implement #17 Fetch public keys from auth service Oct 15, 2018
@alien-ike alien-ike removed the work-in-progress🏋️‍♀️ Working on it! okay! do not worry about the current state, it will all be beautiful by the end of it label Oct 15, 2018
@chmouel chmouel added the work-in-progress🏋️‍♀️ Working on it! okay! do not worry about the current state, it will all be beautiful by the end of it label Oct 15, 2018
@codecov
Copy link

codecov bot commented Oct 16, 2018

Codecov Report

Merging #23 into master will increase coverage by 9.71%.
The diff coverage is 62.45%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #23      +/-   ##
==========================================
+ Coverage   34.18%   43.89%   +9.71%     
==========================================
  Files           4        8       +4     
  Lines         354      647     +293     
==========================================
+ Hits          121      284     +163     
- Misses        222      316      +94     
- Partials       11       47      +36
Impacted Files Coverage Δ
main.go 0% <0%> (ø) ⬆️
configuration/configuration.go 69.81% <100%> (-17.29%) ⬇️
configuration/http_option.go 100% <100%> (ø)
auth/service.go 58.37% <58.37%> (ø)
auth/auth_client.go 79.41% <79.41%> (ø)
auth/decode.go 81.81% <81.81%> (ø)
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4517f16...38c5833. Read the comment docs.

@chmouel chmouel added feature🧁 New feature or request and removed work-in-progress🏋️‍♀️ Working on it! okay! do not worry about the current state, it will all be beautiful by the end of it labels Oct 16, 2018
@chmouel
Copy link
Contributor Author

chmouel commented Oct 16, 2018

Note: will use pr description as final squash and merge description

Maybe we want to do the whole docker/minishift thing in the future but we are
not there yet.
I wish we just had that from a common repo.
Was using the repo files directly but I don't think this was right as this is a
private thing to repo,
So it shows nicely on make help
Probably could find a way to exclude having comments on exported functions for
tests,
And improve CI to run make docker-run and check that ports are up!

(should be quick anyway)

Remove those stupid sleeps along the way,
@chmouel chmouel merged commit 44e4e69 into fabric8-services:master Oct 16, 2018
@chmouel chmouel deleted the fetch-public-keys-from branch October 16, 2018 16:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature🧁 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants