-
Notifications
You must be signed in to change notification settings - Fork 359
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: rbac config [TESTENG-108] #10032
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
2df5e3f
to
bef7c3c
Compare
security: | ||
initial_user_password: $INITIAL_USER_PASSWORD | ||
authz: | ||
rbac_ui_enabled: true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👁️ 👁️
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10032 +/- ##
==========================================
- Coverage 54.49% 54.47% -0.03%
==========================================
Files 1267 1267
Lines 159437 159437
Branches 3637 3637
==========================================
- Hits 86885 86849 -36
- Misses 72419 72455 +36
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more. |
looks like there are quite a few tests that fail with |
b8bf99d
to
aeec193
Compare
aeec193
to
fa6c2c1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
backend changes LGTM!
9419b27
to
8cbd13f
Compare
8cbd13f
to
569997e
Compare
@JComins000 went ahead and added fixes for test failures. Hopefully we can move forward with the PR if that looks good. |
Co-authored-by: John Kim <[email protected]>
Co-authored-by: John Kim <[email protected]>
Ticket
TESTENG-108
Description
adds rbac devcluster config and uses it in e2e-react-ee
Test Plan
Checklist
docs/release-notes/
See Release Note for details.