Skip to content

SLO roles privileges changed#4300

Merged
eedugon merged 9 commits into
elastic:mainfrom
eedugon:eedugon/slo_privileges_816
Oct 16, 2024
Merged

SLO roles privileges changed#4300
eedugon merged 9 commits into
elastic:mainfrom
eedugon:eedugon/slo_privileges_816

Conversation

@eedugon

@eedugon eedugon commented Sep 25, 2024

Copy link
Copy Markdown
Contributor

Description

As described at https://github.com/elastic/observability-docs/issues/4229 in 8.16 the SLO permissions have changed, and also the builtin editor role is an option to grant privileges for SLOs.

This PR updates the slo-privileges.asciidoc and its associated images.
It also adds a minor change in serverless doc, as the required role to create SLOs is Editor and not Admin.

Documentation sets edited in this PR

Check all that apply.

  • Stateful (docs/en/observability/*)
  • Serverless (docs/en/serverless/*)
  • Integrations Developer Guide (docs/en/integrations/*)
  • None of the above

Related issue

Closes https://github.com/elastic/observability-docs/issues/4229

Checklist

  • Product/Engineering Review
  • Writer Review

Follow-up tasks

Select one.

  • This PR does not need to be ported to another doc set because:
    • The concepts in this PR only apply to one doc set (serverless or stateful)
    • The PR contains edits to both doc sets (serverless and stateful)
  • This PR needs to be ported to another doc set:
    • Port to stateful docs: <link to PR or tracking issue>
    • Port to serverless docs: <link to PR or tracking issue>

@eedugon eedugon requested a review from a team as a code owner September 25, 2024 13:57
@github-actions

Copy link
Copy Markdown
Contributor

A documentation preview will be available soon.

Request a new doc build by commenting
  • Rebuild this PR: run docs-build
  • Rebuild this PR and all Elastic docs: run docs-build rebuild

run docs-build is much faster than run docs-build rebuild. A rebuild should only be needed in rare situations.

If your PR continues to fail for an unknown reason, the doc build pipeline may be broken. Elastic employees can check the pipeline status here.

@mergify

mergify Bot commented Sep 25, 2024

Copy link
Copy Markdown
Contributor

This pull request does not have a backport label. Could you fix it @eedugon? 🙏
To fixup this pull request, you need to add the backport labels for the needed
branches, such as:

  • backport-/d./d is the label to automatically backport to the /d./d branch. /d is the digit
    NOTE: backport-skip has been added to this pull request.

@mergify mergify Bot added the backport-skip Skip notification from the automated backport with mergify label Sep 25, 2024
@eedugon eedugon changed the title [WIP] SLO roles privileges changed SLO roles privileges changed Sep 26, 2024
@eedugon

eedugon commented Sep 26, 2024

Copy link
Copy Markdown
Contributor Author

Thanks @bmorelli25 for your comments and suggestions here!

dominiqueclarke
dominiqueclarke previously approved these changes Oct 9, 2024

@dominiqueclarke dominiqueclarke left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

alaudazzi
alaudazzi previously approved these changes Oct 14, 2024

@alaudazzi alaudazzi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I left a few minor editing suggestions, otherwise LGTM.

Comment thread docs/en/observability/slo-privileges.asciidoc Outdated
Comment thread docs/en/observability/slo-privileges.asciidoc
Comment thread docs/en/observability/slo-privileges.asciidoc Outdated
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
eedugon and others added 2 commits October 14, 2024 13:31
Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
change see by check

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
import Roles from '../partials/roles.mdx'

<Roles role="Admin" goal="create SLOs" />
<Roles role="Editor" goal="create SLOs" />

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@dominiqueclarke : I have updated the serverless doc as mentioned in https://github.com/elastic/observability-docs/issues/4229

@alaudazzi alaudazzi left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@eedugon eedugon added backport-8.x Automated backport to the 8.x branch with mergify and removed backport-skip Skip notification from the automated backport with mergify labels Oct 16, 2024
@eedugon eedugon merged commit bb910be into elastic:main Oct 16, 2024
@eedugon eedugon deleted the eedugon/slo_privileges_816 branch October 16, 2024 16:15
mergify Bot pushed a commit that referenced this pull request Oct 16, 2024
* SLO roles privileges changed to match 8.16 release

* editor builtin role information added

* wording and order of privileges options changed

* minor wording changes

* serverless required role updated

* rephrasing permissions

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* removing future tense

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Update docs/en/observability/slo-privileges.asciidoc

change see by check

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

---------

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
(cherry picked from commit bb910be)

# Conflicts:
#	docs/en/serverless/slos/create-an-slo.mdx
bmorelli25 pushed a commit that referenced this pull request Oct 18, 2024
* SLO roles privileges changed (#4300)

* SLO roles privileges changed to match 8.16 release

* editor builtin role information added

* wording and order of privileges options changed

* minor wording changes

* serverless required role updated

* rephrasing permissions

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* removing future tense

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Update docs/en/observability/slo-privileges.asciidoc

change see by check

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

---------

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
(cherry picked from commit bb910be)

# Conflicts:
#	docs/en/serverless/slos/create-an-slo.mdx

* Delete docs/en/serverless directory

---------

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@eedugon

eedugon commented Nov 7, 2024

Copy link
Copy Markdown
Contributor Author

quick question here @alaudazzi and @bmorelli25 : do we need a backport to 8.16 here or was this unneeded at that time?

@eedugon

eedugon commented Nov 7, 2024

Copy link
Copy Markdown
Contributor Author

I think it does, I don't find the commit of this PR in 8.16 and I'm able to find it in main and 8.x.... creating the backport now...

@eedugon eedugon added the backport-8.16 Automated backport with mergify label Nov 7, 2024
mergify Bot pushed a commit that referenced this pull request Nov 7, 2024
* SLO roles privileges changed to match 8.16 release

* editor builtin role information added

* wording and order of privileges options changed

* minor wording changes

* serverless required role updated

* rephrasing permissions

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* removing future tense

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Update docs/en/observability/slo-privileges.asciidoc

change see by check

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

---------

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
(cherry picked from commit bb910be)

# Conflicts:
#	docs/en/serverless/slos/create-an-slo.mdx
bmorelli25 pushed a commit that referenced this pull request Nov 7, 2024
* SLO roles privileges changed (#4300)

* SLO roles privileges changed to match 8.16 release

* editor builtin role information added

* wording and order of privileges options changed

* minor wording changes

* serverless required role updated

* rephrasing permissions

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* removing future tense

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

* Update docs/en/observability/slo-privileges.asciidoc

change see by check

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>

---------

Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com>
(cherry picked from commit bb910be)

# Conflicts:
#	docs/en/serverless/slos/create-an-slo.mdx

* Delete docs/en/serverless directory

---------

Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport-8.x Automated backport to the 8.x branch with mergify backport-8.16 Automated backport with mergify

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: [SLOs] Update SLO privilege model docs

3 participants