-
Notifications
You must be signed in to change notification settings - Fork 197
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
Identity for cluster clients in 8.8 Clusters #4803
base: main
Are you sure you want to change the base?
Conversation
👋 🤖 🤔 Hello, @christinaausley! 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/.
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. |
@@ -40,6 +40,10 @@ When the rate limit is triggered, the client will receive an HTTP 429 response. | |||
|
|||
## Create a client | |||
|
|||
:::caution | |||
With **8.7** clusters, the client scopes are now managed through the [Identity](/components/identity/manage-api-clients.md) component. The only scope still managed in Console is the cluster **Secrets** scope. To learn more about managing clients in **8.7** clusters, refer to the [Identity](/components/identity/manage-api-clients.md) documentation. |
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.
The link you have here is in Console, not Identity -- what page are you trying to link to here?
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.
This is only a placeholder. Afaik the Identity Documentation is still not ready.
@ColRad will this release with 8.8 now? If so, please adjust the label. |
I don't see much progress on this PR, so I'm assuming it's not going out with alpha4 (and may actually be part of 8.8). If this is incorrect, please be prepared to adjust it for the upcoming working mode change. |
I'm visiting all 8.7 tagged items to make you aware of the working mode change.
Please ensure your changes are in the right directory with respect to the version you want to update. Changes currently in this PR would only happen in 8.8. You may want to backport to 8.7. |
Checking status in ask-console channel - https://camunda.slack.com/archives/CKZK2E7RP/p1741034483863729 |
I've adjusted the PR description to indicate it's for 8.8, not 8.7, but we'll still need to check in about the content. |
Description
Related to: https://github.com/camunda/product-hub/issues/2222
The way Custer API clients are manages will change with the 8.8 Identity Integration.
In Console Clients can still be created, but all scopes (except for the
Secrets
Scope) will be managed in the Cluster Identity Deployment.Afaik, currently the Identity Documentation does not exist. But the Console API client documentation should refer to the Identity Documentation. (Link in this change is a placeholder)
When should this change go live?
hold
label or convert to draft PR)PR Checklist