-
Notifications
You must be signed in to change notification settings - Fork 113
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
Update doc for supermarket configuration with Chef Identity #3161
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: progress <[email protected]>
```javascript | ||
{ | ||
"name": "supermarket", | ||
"uid": "0bad0f2eb04e935718e081fb71asdfec3681c81acb9968a8e1e32451d08b", |
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.
change uid and secret values with *****
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.
Updated
Signed-off-by: progress <[email protected]> Signed-off-by: progress <[email protected]>
RoyShravani
force-pushed
the
CHEF-5595
branch
from
September 22, 2023 08:13
e38488f
to
c646abd
Compare
Signed-off-by: Ian Maddaus <[email protected]>
Kudos, SonarCloud Quality Gate passed! |
IanMadd
approved these changes
Oct 3, 2023
saghoshprogress
approved these changes
Oct 4, 2023
RoyShravani
changed the title
Update doc for supermarket configuration with Chef Identity
CHEF-5995 Update doc for supermarket configuration with Chef Identity
Oct 25, 2023
RoyShravani
changed the title
CHEF-5995 Update doc for supermarket configuration with Chef Identity
Update doc for supermarket configuration with Chef Identity
Oct 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
As part of the oc-id upgrade, it was found that one of the main gem Doorkeeper has two security vulnerability issues:
Consequentially, doorkeeper gem has been upgraded from version 4.3 to use 5+. As a part of the doorkeeper upgrade, there has been few updates in the authorization of applications such as Supermarket with
oc-id
or Chef-Identity.Issues Resolved
This PR aims to update
install_supermarket.md
file to reflect the addition of a new fieldconfidential
to the supermarket config file for Chef Infra Server versions 15.8.xRetrieval of Supermarket's OAuth 2.0 client credentials will the return this config along with this new
confidential
field.Check List