Skip to content
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

docs: Audit logs #3564

Merged
merged 9 commits into from
Aug 13, 2024
Merged

docs: Audit logs #3564

merged 9 commits into from
Aug 13, 2024

Conversation

lennessyy
Copy link
Contributor

@lennessyy lennessyy commented Aug 8, 2024

Describe the Change

This PR documents how to configure applications logs to stylus audit log file and how to download logs.

Changed Pages

💻 Audit Logs

Jira Tickets

🎫 PE-4732

Backports

Can this PR be backported?

  • No.

@lennessyy lennessyy added the 4.4.b label Aug 8, 2024
Copy link
Contributor

github-actions bot commented Aug 8, 2024

🤖 Netlify configured to enable preview build for branch: audit-logs . Subsequent commits will automatically trigger a Netlify build preview.

Copy link

netlify bot commented Aug 8, 2024

Deploy Preview for docs-spectrocloud ready!

Name Link
🔨 Latest commit cb773f7
🔍 Latest deploy log https://app.netlify.com/sites/docs-spectrocloud/deploys/66bba551ce1cd80008a8910a
😎 Deploy Preview https://deploy-preview-3564--docs-spectrocloud.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@lennessyy lennessyy marked this pull request as ready for review August 8, 2024 17:54
@lennessyy lennessyy requested a review from a team as a code owner August 8, 2024 17:54
### Prerequisites

- You must have configured your application to write logs to `syslog` with a given facility and severity level. We
recommend setting the facility as `local7` and severity as `notice`. We also recommend that you add a tag to your
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'we' instead of 'We'.

- The audit entries logged to `syslog` must be in the RFC 5424 Syslog protocol, with the message in JSON format. The
JSON object must contain the following keys: `edgeHostId`, `contentMsg`, `action`, `actor`, `actorType`, `resourceId`,
`resourceName`, `resourceKind`. For more information about the Syslog protocol, refer to
[RFC 5424 - The Syslog Protocol](https://datatracker.ietf.org/doc/html/rfc5424).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Syslog'?


Ensure your logs follow the RFC 5424 Syslog protocol, with the message in JSON format. The JSON object must contain
the following keys: `edgeHostId`, `contentMsg`, `action`, `actor`, `actorType`, `resourceId`, `resourceName`,
`resourceKind`. If your log entries do not follow this RFE 5424 Syslog protocol, or do not contain the necessary
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Syslog'?


1. Log in to Local UI. For more information, refer to [Access Local UI Console](access-console.md).

2. In the left **Main Menu**, click **Audit Log**. You can view all audit log entries on this page. By default, local UI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'Local UI' instead of 'local UI'.


1. Log in to Local UI. For more information, refer to [Access Local UI Console](access-console.md).

2. In the left **Main Menu**, click **Audit Log**. You can view all audit log entries on this page. By default, local UI
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Avoid] Avoid using 'local UI'.


<TabItem value="Send Palette Logs to Another File">

3. Populate the file with the following configuration. Replace `your-file` with the name of your log file.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lennessyy , this should be point 4, 3 is already defined. Also point 2,3 and 4 are optional

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Arun, so these are two tabs I made for two different use cases. One is to send stylus logs to another file, and the other is to send app logs to the stylus log file. User can do either or both. I just didn't want to create two tasks that are basically identically save for the conf file.

Can you explain what you mean by point 2, 3 ,4 are optional? That leaves step 1 which is just to clone the repo.

Copy link
Contributor

@yuliiiah yuliiiah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with small edits and suggestions ✨


### Procedure

1. Clone the CanvOS repository and change into the directory.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Clone the CanvOS repository and change into the directory.
1. Clone the CanvOS repository and change into its directory.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to be more specific, although I'm not sure if its is the right way to go 👁️


Ensure your logs follow the RFC 5424 Syslog protocol, with the message in JSON format. The JSON object must contain
the following keys: `edgeHostId`, `contentMsg`, `action`, `actor`, `actorType`, `resourceId`, `resourceName`,
`resourceKind`. If your log entries do not follow the RFE 5424 Syslog protocol, or do not contain the necessary
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Syslog'?


Ensure your logs follow the RFC 5424 Syslog protocol, with the message in JSON format. The JSON object must contain
the following keys: `edgeHostId`, `contentMsg`, `action`, `actor`, `actorType`, `resourceId`, `resourceName`,
`resourceKind`. If your log entries do not follow the RFE 5424 Syslog protocol, or do not contain the necessary keys,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'Syslog'?

@lennessyy lennessyy merged commit 6e64e02 into release-4-4-b Aug 13, 2024
6 checks passed
@lennessyy lennessyy deleted the audit-logs branch August 13, 2024 18:30
lennessyy added a commit that referenced this pull request Aug 17, 2024
* fix: new path release

* docs: PEM-5475 (#3481)

* docs: PEM-5475

* docs: added tooltip

* docs: PLT-1321 Remove Validator Palette CLI Command (#3515)

* docs: PLT-1321

* docs: add release note statement

* chore: fix redirect

* docs: Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* chore: prettier

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: document node drain configmap PCP-3323 (#3575)

* docs: document node drain configmap PCP-3323

* docs: fix vale PCP-3323

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: review changes PCP-3323

* docs: fix yaml indentation PCP-3323

* docs: adjust drain intro

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: Audit logs (#3564)

* docs: audit log first draft

* docs: autid log edit

* docs: fix syntax issue

* docs: fix syntax issue

* docs: minor edits

* docs: make minor change

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: minor edits

* docs: minor edit

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: add core dump file docs (#3563)

* docs: add core dump file docs

* Update docs/docs-content/clusters/edge/local-ui/host-management/download-core-dump.md

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: update certificate management self-hosted PEM-5422 (#3566)

* docs: update certificate management self-hosted PEM-5422

* docs: fix phrasing

* Optimised images with calibre/image-actions

* docs: add manual reconciliation details PEM-5422

* docs: undo image delete PEM-5422

* Optimised images with calibre/image-actions

* docs: update reconciliation details

* docs: restructure pages PEM-5422

* Optimised images with calibre/image-actions

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: apply further edits from code review PEM-5422

* docs: adjust reconcile points PEM-5422

* docs: fix misspelling

* docs: adjust intro

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: validate user data (#3548)

* docs: first commit

* docs: user data reorg

* docs: user-data reorg

* docs: fix broken links

* docs: add validate docs

* docs: fix vale issues

* docs: add validate steps

* docs: finish adding reference

* docs: minor edits

* docs: add install parameter explanation

* docs: implement suggestions

* docs: change validate step

* docs: clarify build includes user data validation

---------

Co-authored-by: Lenny Chen <[email protected]>

* docs: add enhancement language (#3565)

Co-authored-by: Lenny Chen <[email protected]>

* docs: Document the usage of VMO in airgapped self-hosted instances (#3584)

* docs: Draft for VMO in airgap installations

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: fix formatting

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: add airgap VMO profile creation PEM-5497 (#3583)

* docs: add airgap VMO profile creation PEM-5497

* docs: add registry field description PEM-5497

* docs: adjust the private registry section PEM-5497

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: fix formatting PEM-5497

* docs: fix indentation PEM-5497

* docs: add link to install vmo guide PEM-5497

* docs: adjust wording PEM-5497

---------

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: update edge api (#3562)

Co-authored-by: Lenny Chen <[email protected]>

* Palette Go SDK (#3577)

* docs: create sdk page

* docs: add palette sdk reference page and guides

* docs: add note to update the output

* docs: add app output

* Apply suggestions from code review

Co-authored-by: Adelina Simion <[email protected]>

* docs: suggestions from code review

* docs: add auth methods

* docs: update demo code

* docs: apply suggestions from code review

---------

Co-authored-by: Adelina Simion <[email protected]>

* docs: modify core dump (#3585)

* docs: add core dump file docs

* Update docs/docs-content/clusters/edge/local-ui/host-management/download-core-dump.md

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: minor changes

* docs: netlify preview

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: make format

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: validate user data mod (#3587)

* docs: first commit

* docs: user data reorg

* docs: user-data reorg

* docs: fix broken links

* docs: add validate docs

* docs: fix vale issues

* docs: add validate steps

* docs: finish adding reference

* docs: minor edits

* docs: add install parameter explanation

* docs: implement suggestions

* docs: change validate step

* docs: clarify build includes user data validation

* docs: add clarifications for user-data

* docs: format

* docs: make format

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: finish validating user data

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: update oss licenses DOC-1343 (#3589)

* docs: update oss licenses DOC-1343

* docs: update punctuation DOC-1343

* docs: remove trailing break

* docs: fix formatting

* docs: add no proxy list configuration for VMO PEM-5233 (#3586)

* docs: add no proxy list configuration for VMO PEM-5233

* docs: adjust wording PEM-5233

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: fix formatting

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: OPS-4863 (#3523)

* docs: OPS-4863

* chore: save

* docs: reorganize folders and guides

* docs: add non-airgap rhel guide, restructure folders

* docs: grammar fix

* docs: fix broken links

* docs: add rocky guide, add comp matrix

* docs: fix more broken links

* docs: vale suggestions

* docs: apply suggestions from code review

* docs: remove airgap references

* docs: fix broken links

* docs: add reference to compat matrix

---------

Co-authored-by: Carolina Delwing Rosa <[email protected]>

* docs: update api files (#3593)

Co-authored-by: Lenny Chen <[email protected]>

* docs: update downloads with new artifacts DOC-1335 (#3594)

* docs: reformat downloads (#3596)

* [4.4.b] Binaries References and Upgrade Path (#3595)

* docs: document upgrade paths, cli references

* docs: attempt to fix prettier issue

* docs: revert changes in spectro-downloads file

* docs: parsed api files (#3599)

Co-authored-by: Lenny Chen <[email protected]>

* docs: release notes 4.4.b (#3547)

* docs: preliminary drafts

* docs: updates to release notes

* docs: update rl notes

* docs: fix broken table

* docs: add breaking change

* docs: edit rl notes

* docs: modify release notes

* docs: update release notes

* docs: update known issues

* docs: add troubleshooting

* docs: fix syntax issue

* docs: add links to features

* docs: add links

* docs: fix links

* docs: fix typos

* docs: add compolent compatibility

* docs: update compatibility matrix

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: address review comments

* docs: minor modification

* Apply suggestions from code review

Co-authored-by: Adelina Simion <[email protected]>

* docs: make format

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Adelina Simion <[email protected]>

* docs: 4.4.b final CVE revision (#3601)

* Added 1 CVE for 8-9-24

* Added Official Summary to 8-9-24 CVE

* CVEs for new release

* 4.4.b cve changes added-JF

* docs: make format

* docs: make format

* docs: fix table link issue

* docs: add 24790

* 4.4.b minor cve updates

* final cve revision 4.4.b

* docs: fix format issue

---------

Co-authored-by: JamieM-Spectro <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>

---------

Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Adelina Simion <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: frederickjoi <[email protected]>
Co-authored-by: JamieM-Spectro <[email protected]>
addetz added a commit that referenced this pull request Aug 17, 2024
* fix: new path release

* docs: PEM-5475 (#3481)

* docs: PEM-5475

* docs: added tooltip

* docs: PLT-1321 Remove Validator Palette CLI Command (#3515)

* docs: PLT-1321

* docs: add release note statement

* chore: fix redirect

* docs: Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* chore: prettier

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: document node drain configmap PCP-3323 (#3575)

* docs: document node drain configmap PCP-3323

* docs: fix vale PCP-3323

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: review changes PCP-3323

* docs: fix yaml indentation PCP-3323

* docs: adjust drain intro

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: Audit logs (#3564)

* docs: audit log first draft

* docs: autid log edit

* docs: fix syntax issue

* docs: fix syntax issue

* docs: minor edits

* docs: make minor change

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: minor edits

* docs: minor edit

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: add core dump file docs (#3563)

* docs: add core dump file docs

* Update docs/docs-content/clusters/edge/local-ui/host-management/download-core-dump.md

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: update certificate management self-hosted PEM-5422 (#3566)

* docs: update certificate management self-hosted PEM-5422

* docs: fix phrasing

* Optimised images with calibre/image-actions

* docs: add manual reconciliation details PEM-5422

* docs: undo image delete PEM-5422

* Optimised images with calibre/image-actions

* docs: update reconciliation details

* docs: restructure pages PEM-5422

* Optimised images with calibre/image-actions

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: apply further edits from code review PEM-5422

* docs: adjust reconcile points PEM-5422

* docs: fix misspelling

* docs: adjust intro

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: validate user data (#3548)

* docs: first commit

* docs: user data reorg

* docs: user-data reorg

* docs: fix broken links

* docs: add validate docs

* docs: fix vale issues

* docs: add validate steps

* docs: finish adding reference

* docs: minor edits

* docs: add install parameter explanation

* docs: implement suggestions

* docs: change validate step

* docs: clarify build includes user data validation

---------

Co-authored-by: Lenny Chen <[email protected]>

* docs: add enhancement language (#3565)

Co-authored-by: Lenny Chen <[email protected]>

* docs: Document the usage of VMO in airgapped self-hosted instances (#3584)

* docs: Draft for VMO in airgap installations

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: fix formatting

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: add airgap VMO profile creation PEM-5497 (#3583)

* docs: add airgap VMO profile creation PEM-5497

* docs: add registry field description PEM-5497

* docs: adjust the private registry section PEM-5497

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: fix formatting PEM-5497

* docs: fix indentation PEM-5497

* docs: add link to install vmo guide PEM-5497

* docs: adjust wording PEM-5497

---------

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: update edge api (#3562)

Co-authored-by: Lenny Chen <[email protected]>

* Palette Go SDK (#3577)

* docs: create sdk page

* docs: add palette sdk reference page and guides

* docs: add note to update the output

* docs: add app output

* Apply suggestions from code review

Co-authored-by: Adelina Simion <[email protected]>

* docs: suggestions from code review

* docs: add auth methods

* docs: update demo code

* docs: apply suggestions from code review

---------

Co-authored-by: Adelina Simion <[email protected]>

* docs: modify core dump (#3585)

* docs: add core dump file docs

* Update docs/docs-content/clusters/edge/local-ui/host-management/download-core-dump.md

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: minor changes

* docs: netlify preview

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: make format

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: validate user data mod (#3587)

* docs: first commit

* docs: user data reorg

* docs: user-data reorg

* docs: fix broken links

* docs: add validate docs

* docs: fix vale issues

* docs: add validate steps

* docs: finish adding reference

* docs: minor edits

* docs: add install parameter explanation

* docs: implement suggestions

* docs: change validate step

* docs: clarify build includes user data validation

* docs: add clarifications for user-data

* docs: format

* docs: make format

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: finish validating user data

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: update oss licenses DOC-1343 (#3589)

* docs: update oss licenses DOC-1343

* docs: update punctuation DOC-1343

* docs: remove trailing break

* docs: fix formatting

* docs: add no proxy list configuration for VMO PEM-5233 (#3586)

* docs: add no proxy list configuration for VMO PEM-5233

* docs: adjust wording PEM-5233

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: fix formatting

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: OPS-4863 (#3523)

* docs: OPS-4863

* chore: save

* docs: reorganize folders and guides

* docs: add non-airgap rhel guide, restructure folders

* docs: grammar fix

* docs: fix broken links

* docs: add rocky guide, add comp matrix

* docs: fix more broken links

* docs: vale suggestions

* docs: apply suggestions from code review

* docs: remove airgap references

* docs: fix broken links

* docs: add reference to compat matrix

---------

Co-authored-by: Carolina Delwing Rosa <[email protected]>

* docs: update api files (#3593)

Co-authored-by: Lenny Chen <[email protected]>

* docs: update downloads with new artifacts DOC-1335 (#3594)

* docs: reformat downloads (#3596)

* [4.4.b] Binaries References and Upgrade Path (#3595)

* docs: document upgrade paths, cli references

* docs: attempt to fix prettier issue

* docs: revert changes in spectro-downloads file

* docs: parsed api files (#3599)

Co-authored-by: Lenny Chen <[email protected]>

* docs: release notes 4.4.b (#3547)

* docs: preliminary drafts

* docs: updates to release notes

* docs: update rl notes

* docs: fix broken table

* docs: add breaking change

* docs: edit rl notes

* docs: modify release notes

* docs: update release notes

* docs: update known issues

* docs: add troubleshooting

* docs: fix syntax issue

* docs: add links to features

* docs: add links

* docs: fix links

* docs: fix typos

* docs: add compolent compatibility

* docs: update compatibility matrix

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: address review comments

* docs: minor modification

* Apply suggestions from code review

Co-authored-by: Adelina Simion <[email protected]>

* docs: make format

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Adelina Simion <[email protected]>

* docs: 4.4.b final CVE revision (#3601)

* Added 1 CVE for 8-9-24

* Added Official Summary to 8-9-24 CVE

* CVEs for new release

* 4.4.b cve changes added-JF

* docs: make format

* docs: make format

* docs: fix table link issue

* docs: add 24790

* 4.4.b minor cve updates

* final cve revision 4.4.b

* docs: fix format issue

---------

Co-authored-by: JamieM-Spectro <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>

---------

Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Adelina Simion <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: frederickjoi <[email protected]>
Co-authored-by: JamieM-Spectro <[email protected]>
addetz added a commit that referenced this pull request Aug 17, 2024
* fix: release 4.4.b (#3479)

* fix: new path release

* docs: PEM-5475 (#3481)

* docs: PEM-5475

* docs: added tooltip

* docs: PLT-1321 Remove Validator Palette CLI Command (#3515)

* docs: PLT-1321

* docs: add release note statement

* chore: fix redirect

* docs: Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* chore: prettier

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: document node drain configmap PCP-3323 (#3575)

* docs: document node drain configmap PCP-3323

* docs: fix vale PCP-3323

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: review changes PCP-3323

* docs: fix yaml indentation PCP-3323

* docs: adjust drain intro

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: Audit logs (#3564)

* docs: audit log first draft

* docs: autid log edit

* docs: fix syntax issue

* docs: fix syntax issue

* docs: minor edits

* docs: make minor change

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: minor edits

* docs: minor edit

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: add core dump file docs (#3563)

* docs: add core dump file docs

* Update docs/docs-content/clusters/edge/local-ui/host-management/download-core-dump.md

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: update certificate management self-hosted PEM-5422 (#3566)

* docs: update certificate management self-hosted PEM-5422

* docs: fix phrasing

* Optimised images with calibre/image-actions

* docs: add manual reconciliation details PEM-5422

* docs: undo image delete PEM-5422

* Optimised images with calibre/image-actions

* docs: update reconciliation details

* docs: restructure pages PEM-5422

* Optimised images with calibre/image-actions

* docs: fix vale

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: apply further edits from code review PEM-5422

* docs: adjust reconcile points PEM-5422

* docs: fix misspelling

* docs: adjust intro

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: validate user data (#3548)

* docs: first commit

* docs: user data reorg

* docs: user-data reorg

* docs: fix broken links

* docs: add validate docs

* docs: fix vale issues

* docs: add validate steps

* docs: finish adding reference

* docs: minor edits

* docs: add install parameter explanation

* docs: implement suggestions

* docs: change validate step

* docs: clarify build includes user data validation

---------

Co-authored-by: Lenny Chen <[email protected]>

* docs: add enhancement language (#3565)

Co-authored-by: Lenny Chen <[email protected]>

* docs: Document the usage of VMO in airgapped self-hosted instances (#3584)

* docs: Draft for VMO in airgap installations

* Optimised images with calibre/image-actions

* Optimised images with calibre/image-actions

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: fix formatting

---------

Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: Adelina Simion <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: add airgap VMO profile creation PEM-5497 (#3583)

* docs: add airgap VMO profile creation PEM-5497

* docs: add registry field description PEM-5497

* docs: adjust the private registry section PEM-5497

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: fix formatting PEM-5497

* docs: fix indentation PEM-5497

* docs: add link to install vmo guide PEM-5497

* docs: adjust wording PEM-5497

---------

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: update edge api (#3562)

Co-authored-by: Lenny Chen <[email protected]>

* Palette Go SDK (#3577)

* docs: create sdk page

* docs: add palette sdk reference page and guides

* docs: add note to update the output

* docs: add app output

* Apply suggestions from code review

Co-authored-by: Adelina Simion <[email protected]>

* docs: suggestions from code review

* docs: add auth methods

* docs: update demo code

* docs: apply suggestions from code review

---------

Co-authored-by: Adelina Simion <[email protected]>

* docs: modify core dump (#3585)

* docs: add core dump file docs

* Update docs/docs-content/clusters/edge/local-ui/host-management/download-core-dump.md

* Apply suggestions from code review

Co-authored-by: Yuliia Horbenko <[email protected]>

* docs: minor changes

* docs: netlify preview

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: make format

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: validate user data mod (#3587)

* docs: first commit

* docs: user data reorg

* docs: user-data reorg

* docs: fix broken links

* docs: add validate docs

* docs: fix vale issues

* docs: add validate steps

* docs: finish adding reference

* docs: minor edits

* docs: add install parameter explanation

* docs: implement suggestions

* docs: change validate step

* docs: clarify build includes user data validation

* docs: add clarifications for user-data

* docs: format

* docs: make format

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: finish validating user data

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: update oss licenses DOC-1343 (#3589)

* docs: update oss licenses DOC-1343

* docs: update punctuation DOC-1343

* docs: remove trailing break

* docs: fix formatting

* docs: add no proxy list configuration for VMO PEM-5233 (#3586)

* docs: add no proxy list configuration for VMO PEM-5233

* docs: adjust wording PEM-5233

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: fix formatting

---------

Co-authored-by: caroldelwing <[email protected]>

* docs: OPS-4863 (#3523)

* docs: OPS-4863

* chore: save

* docs: reorganize folders and guides

* docs: add non-airgap rhel guide, restructure folders

* docs: grammar fix

* docs: fix broken links

* docs: add rocky guide, add comp matrix

* docs: fix more broken links

* docs: vale suggestions

* docs: apply suggestions from code review

* docs: remove airgap references

* docs: fix broken links

* docs: add reference to compat matrix

---------

Co-authored-by: Carolina Delwing Rosa <[email protected]>

* docs: update api files (#3593)

Co-authored-by: Lenny Chen <[email protected]>

* docs: update downloads with new artifacts DOC-1335 (#3594)

* docs: reformat downloads (#3596)

* [4.4.b] Binaries References and Upgrade Path (#3595)

* docs: document upgrade paths, cli references

* docs: attempt to fix prettier issue

* docs: revert changes in spectro-downloads file

* docs: parsed api files (#3599)

Co-authored-by: Lenny Chen <[email protected]>

* docs: release notes 4.4.b (#3547)

* docs: preliminary drafts

* docs: updates to release notes

* docs: update rl notes

* docs: fix broken table

* docs: add breaking change

* docs: edit rl notes

* docs: modify release notes

* docs: update release notes

* docs: update known issues

* docs: add troubleshooting

* docs: fix syntax issue

* docs: add links to features

* docs: add links

* docs: fix links

* docs: fix typos

* docs: add compolent compatibility

* docs: update compatibility matrix

* Apply suggestions from code review

Co-authored-by: caroldelwing <[email protected]>

* docs: address review comments

* docs: minor modification

* Apply suggestions from code review

Co-authored-by: Adelina Simion <[email protected]>

* docs: make format

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Adelina Simion <[email protected]>

* docs: 4.4.b final CVE revision (#3601)

* Added 1 CVE for 8-9-24

* Added Official Summary to 8-9-24 CVE

* CVEs for new release

* 4.4.b cve changes added-JF

* docs: make format

* docs: make format

* docs: fix table link issue

* docs: add 24790

* 4.4.b minor cve updates

* final cve revision 4.4.b

* docs: fix format issue

---------

Co-authored-by: JamieM-Spectro <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>

---------

Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Adelina Simion <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: frederickjoi <[email protected]>
Co-authored-by: JamieM-Spectro <[email protected]>

* docs: CVE update 8 9 24 (#3567)

* Added 1 CVE for 8-9-24

* Added Official Summary to 8-9-24 CVE

* docs: add CVE

* docs: fix formatting issue

* docs: adjust jest config

* docs: remove jest changes

* docs: remove redundant file

* Update docs/docs-content/security-bulletins/reports/cve-2024-0743.md

Co-authored-by: caroldelwing <[email protected]>

---------

Co-authored-by: frederickjoi <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: caroldelwing <[email protected]>

* docs: update security bulletin (#3598)

* Added 1 CVE for 8-9-24

* Added Official Summary to 8-9-24 CVE

* CVEs for new release

* 4.4.b cve changes added-JF

* docs: make format

* docs: make format

* docs: fix table link issue

* docs: add 24790

* 4.4.b minor cve updates

---------

Co-authored-by: frederickjoi <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>

* docs: CVE update 8/6/24 (#3559)

* docs: add 2 new cves to security bulletin

* 2 new CVEs on 08032024

* Updated with our official summaries

* docs: make format

---------

Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: JamieM-Spectro <[email protected]>

---------

Co-authored-by: Karl Cardenas <[email protected]>
Co-authored-by: caroldelwing <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Lenny Chen <[email protected]>
Co-authored-by: Yuliia Horbenko <[email protected]>
Co-authored-by: vault-token-factory-spectrocloud[bot] <133815545+vault-token-factory-spectrocloud[bot]@users.noreply.github.com>
Co-authored-by: frederickjoi <[email protected]>
Co-authored-by: JamieM-Spectro <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants