Skip to content

Commit

Permalink
Merge pull request #242 from bptlab/235-integrate-auth-usermgmt
Browse files Browse the repository at this point in the history
235 integrate auth usermgmt
  • Loading branch information
romnn authored Apr 21, 2020
2 parents 706d7d2 + f2fb302 commit 7c28679
Show file tree
Hide file tree
Showing 55 changed files with 2,895 additions and 1,234 deletions.
8 changes: 4 additions & 4 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test_suite(
tags = ["smoke"],
tests = [
"//core:smoke",
"//osiris/authentication:smoke",
"//osiris/auth:smoke",
"//osiris/notification:smoke",
"//osiris/query:smoke",
"//osiris/usermgmt:smoke",
Expand All @@ -74,7 +74,7 @@ test_suite(
tags = ["unit"],
tests = [
"//core:unit",
"//osiris/authentication:unit",
"//osiris/auth:unit",
"//osiris/notification:unit",
"//osiris/query:unit",
"//osiris/usermgmt:unit",
Expand All @@ -86,7 +86,7 @@ test_suite(
tags = ["integration"],
tests = [
"//core:integration",
"//osiris/authentication:integration",
"//osiris/auth:integration",
"//osiris/notification:integration",
"//osiris/query:integration",
"//osiris/usermgmt:integration",
Expand All @@ -98,7 +98,7 @@ test_suite(
tags = ["internal"],
tests = [
"//core:internal",
"//osiris/authentication:internal",
"//osiris/auth:internal",
"//osiris/notification:internal",
"//osiris/query:internal",
"//osiris/usermgmt:internal",
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
### [0.3.0] - 2020-04-24
##### Added
- WIP
- [#242](https://github.com/bptlab/cepta/pull/242)
- Abstractions for starting mongo containers in golang tests
- Implement e2e authentication via envoy `http.jwt_authn.v2alpha.JwtAuthentication`
- Utility script for generating private and public RSA keys and a jwk set
- Integration tests for authentication
- Integration of authentication in the frontend
- Add `auth` and `usermgmt` microservices in dev and prod docker env
- [#231](https://github.com/bptlab/cepta/pull/231)
- Track the average speed of transports
- t.b.a.
Expand All @@ -15,6 +22,8 @@ All notable changes to this project will be documented in this file.

##### Changed
- WIP
- [#242](https://github.com/bptlab/cepta/pull/242)
- Complete rewrite of auth and user management microservices
- [#217](https://github.com/bptlab/cepta/pull/217)
- consistent naming of bazel targets

Expand Down
Loading

0 comments on commit 7c28679

Please sign in to comment.