Commit 5bd8b28
committed
Simplify user creation
We are putting users to default domain only. That can be created
beforehand or its being created on our call. We do not need to adjust
our logic according to it. Just log what the status is.
Method to create user does not specify that exception is thrown when
user does not exist. There can be a variety of problems. Do not assert
that in our logs.
JIRA: LIGHTY-426
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>1 parent 6da9a2b commit 5bd8b28
1 file changed
Lines changed: 7 additions & 13 deletions
File tree
- lighty-modules/lighty-aaa-aggregator/lighty-aaa/src/main/java/io/lighty/aaa
Lines changed: 7 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
117 | 111 | | |
118 | | - | |
| 112 | + | |
119 | 113 | | |
120 | 114 | | |
121 | 115 | | |
| |||
0 commit comments