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

Standardize component config introductions/options #4189

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

conceptualshark
Copy link
Contributor

@conceptualshark conceptualshark commented Aug 22, 2024

Description

An attempt to start the component configuration pages on the path of some sort of standardization. This was scoped down to only tackle the introduction and config options for each page, and is not meant to tackle bigger areas of restructuring, rewriting, etc.

When should this change go live?

  • This is a bug fix, security concern, or something that needs urgent release support.
  • This is already available but undocumented and should be released within a week.
  • This on a specific schedule and the assignee will coordinate a release with the DevEx team. (apply hold label or convert to draft PR)
  • This is part of a scheduled alpha or minor. (apply alpha or minor label)
  • There is no urgency with this change and can be released at any time.

PR Checklist

  • My changes are for an already released minor and are in /versioned_docs directory.
  • My changes are for the next minor and are in /docs directory (aka /next/).

@conceptualshark conceptualshark added the component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed label Aug 22, 2024
@conceptualshark conceptualshark self-assigned this Aug 22, 2024
Copy link
Contributor

github-actions bot commented Aug 22, 2024

👋 🤖 🤔 Hello! Did you make your changes in all the right places?

These files were changed only in docs/. You might want to duplicate these changes in versioned_docs/version-8.6/.

  • docs/self-managed/console-deployment/configuration.md
  • docs/self-managed/identity/deployment/configuration-variables.md
  • docs/self-managed/operate-deployment/operate-configuration.md
  • docs/self-managed/tasklist-deployment/tasklist-configuration.md
  • docs/self-managed/zeebe-deployment/configuration/configuration.md

You may have done this intentionally, but we wanted to point it out in case you didn't. You can read more about the versioning within our docs in our documentation guidelines.

@conceptualshark conceptualshark linked an issue Aug 22, 2024 that may be closed by this pull request
@conceptualshark conceptualshark added the deploy Stand up a temporary docs site with this PR label Aug 22, 2024
@github-actions github-actions bot temporarily deployed to camunda-docs August 22, 2024 21:04 Destroyed
@conceptualshark conceptualshark requested a review from a team September 5, 2024 19:20
@conceptualshark conceptualshark marked this pull request as ready for review September 5, 2024 19:20
@conceptualshark conceptualshark requested a review from a team September 5, 2024 19:20
@christinaausley
Copy link
Contributor

CC @camunda/distribution for review here 👍

@@ -9,14 +9,21 @@ description: "Read details on the configuration variables of Console Self-Manage
Console Self-Managed is available only to [Enterprise customers](/reference/licenses.md#console).
:::

Console Self-Managed can be configured using environment variables and configuration parameters.
Console can be configured using environment variables, configuration parameters, or a combination of both. When configuring your Console setup, keep in mind the following:
Copy link
Member

Choose a reason for hiding this comment

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

This is probably a PM question, but do we want to emphasize "Console Self-Managed" as the component name? Or are they similar enough that we can drop "Self-Managed" with the right context?

Copy link
Contributor

Choose a reason for hiding this comment

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

I think it is a good idea to specify self-managed as well, since it is a different development stream. It is quite different from SaaS.
cc @theburi

@@ -71,7 +80,7 @@ console:
value: online
```

## Using a different OpenID Connect (OIDC) authentication provider than Keycloak
## Configure an OpenID Connect (OIDC) provider
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it is still a good idea to mention keycloak somewhere in the title, just so it is clear that the OIDC provider and keycloak are mutually exclusive.
Or maybe mention it in a paragraph under the title.
What do you think @conceptualshark ?

## Environment variables

:::note
Underscores in environment variables correspond to configuration file key levels.
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe this is true for all configuration options in identity, but I don't think it holds true for other components. I think it would be better to use Generally,... at the start

Copy link
Contributor

Choose a reason for hiding this comment

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

@conceptualshark
I have a stronger opinion about this now. It is not correct to say "Underscores in environment variables correspond to configuration file key levels."
This does not hold true in many scenarios

@akeller akeller removed the deploy Stand up a temporary docs site with this PR label Oct 7, 2024
@akeller
Copy link
Member

akeller commented Oct 7, 2024

Removing deploy since it's currently broken. 😢

@akeller akeller added the deploy Stand up a temporary docs site with this PR label Oct 7, 2024
@github-actions github-actions bot temporarily deployed to camunda-docs October 7, 2024 16:37 Destroyed
@conceptualshark
Copy link
Contributor Author

Removed the less-certain pieces of this update (if underscores always represent key levels) and included feedback re: Keycloak specificity, specifying Console Self Managed. Also removed a reference to Console being enterprise-specific and will follow up on other instances of that in a separate issue.

@github-actions github-actions bot temporarily deployed to camunda-docs October 17, 2024 20:11 Destroyed
Copy link
Contributor

The preview environment relating to the commit b148542 has successfully been deployed. You can access it at https://preview.docs.camunda.cloud/pr-4189/index.html

Copy link
Contributor

@christinaausley christinaausley left a comment

Choose a reason for hiding this comment

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

I love this! 🥳

@akeller akeller requested a review from theburi October 25, 2024 21:49
Copy link
Member

@akeller akeller left a comment

Choose a reason for hiding this comment

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

👍 No concerns.

I did notice some repeated content that could be added to a partial/reusable component, but would consider that a good item to follow up on.

Copy link
Member

@akeller akeller left a comment

Choose a reason for hiding this comment

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

While I would like to see a review from someone on the SM side, I don't see anything that makes me pause with the changes in this PR. With my approval, we could merge.

Up to you at this point @conceptualshark if you want to prompt for more reviewers.

@conceptualshark conceptualshark requested a review from a team November 14, 2024 17:04
@conceptualshark
Copy link
Contributor Author

@theburi @hamza-m-masood Is it possible to get another final sign-off here? Thanks!

Copy link
Contributor

@hamza-m-masood hamza-m-masood left a comment

Choose a reason for hiding this comment

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

I have raised my concerns in this comment:
#4189 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:self-managed Docs and issues related to Camunda Platform 8 Self-Managed deploy Stand up a temporary docs site with this PR
Projects
Status: 🏗 In Progress
Development

Successfully merging this pull request may close these issues.

Create more consistent experience for SM Component sections
5 participants