-
Notifications
You must be signed in to change notification settings - Fork 23
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
chore: add docs for layer selection #1216
base: main
Are you sure you want to change the base?
Conversation
|
@UnicornChance yeah agreed - we should try and keep color schemes aligned going forward. @Racer159 maybe broader question on the diagram - is there a reason it needs to even be a diagram? I don't have a strong objection, but given that it's essentially a colored table (no diagram elements where layout/flow need to be consider) then would we be better served just making it in markdown? |
I can definitely make it a table - it just started as a diagram initially since I thought it might be more - I'll go ahead and massage it into a table |
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.
thanks for making this a markdown table
|
||
| Layer | Selection Criteria | | ||
|-------|--------------------| | ||
| **UDS Add-ons*** | |
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.
TBD on naming here, I think add-ons makes sense but not sure if it might conflict with other things we are calling add-ons? Cc @austenbryan
|
||
## Layer Selection | ||
|
||
Layer selection will always be deployment-specific but below are guidelines for what layers to consider for your deployment. The *required* layer guidance follows the [Big Bang Conformant Stack](https://repo1.dso.mil/big-bang/product/bbtoc/-/blob/master/policy/conformance.md?ref_type=heads) though if you are not bound by that document you may need to tweak them for your needs - UDS Core Base is the only *technical* layer required to install most UDS Packages. |
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.
On the last line that's mostly accurate, not sure if it's worth calling out that some layers require identity (monitoring and runtime-security) and logging provides no UI without monitoring (maybe not necessary to say, still an API provided?).
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.
Made some changes to notes that the monitoring and runtime security layers need IDAM and reworded logging / monitoring to make it more clear that one was "backend" and the other "frontend"
Description
Adds some documentation for UDS Layer Selection and Pre-req packages.
Related Issue
Fixes #N/A
Type of change
Checklist before merging