[Access Monitoring] Add nav title & packages#32299
Conversation
| "@codemirror/lang-sql": "^6.5.2", | ||
| "@nivo/bar": "^0.83.0", | ||
| "@react-spring/web": "^9.7.2", | ||
| "@uiw/codemirror-theme-dracula": "^4.21.9", | ||
| "@uiw/react-codemirror": "^4.21.9", | ||
| "@use-gesture/react": "^10.2.27", | ||
| "ace-builds": "1.4.6", | ||
| "create-react-class": "^15.6.3", | ||
| "cross-env": "5.0.5", | ||
| "d3-time-format": "^4.1.0", | ||
| "d3-scale": "^4.0.2", |
There was a problem hiding this comment.
Should these go here or in e-imports? I imagine we'll probably end up using CodeMirror and graphs in OSS at some point, but I'm fine to move it
There was a problem hiding this comment.
Yeah, if these are used only in the enterprise version, I would move them to e-imports.
5ba531d to
a6a218d
Compare
|
@ryanclark - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
1006b1f to
da59fd4
Compare
| // Access Management | ||
| Users = 'Users', | ||
| Roles = 'User Roles', | ||
| AccessMonitoring = 'Access Monitoring', |
There was a problem hiding this comment.
@ryanclark btw, access monitoring needs to go under the new section i just merged Identity Governance & Security line 60
5701d36 to
d148cf6
Compare
d148cf6 to
3f54040
Compare
|
@ryanclark See the table below for backport results.
|
| "@nivo/bar": "^0.83.0", | ||
| "@stripe/react-stripe-js": "^1.16.5", | ||
| "@stripe/stripe-js": "^1.48.0" | ||
| "@stripe/stripe-js": "^1.48.0", | ||
| "@uiw/codemirror-themes": "^4.21.20", | ||
| "@uiw/react-codemirror": "^4.21.20", | ||
| "d3-time-format": "^4.1.0", | ||
| "d3-scale": "^4.0.2", |
There was a problem hiding this comment.
Is there any way we can update @nivo/bar and d3-scale to get rid of the vuln alert for d3-color?
https://github.com/gravitational/teleport/security/dependabot/211
Adds the packages needed for the bar charts and query editor in Access Monitoring.
Also adds the nav title.