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

feat(identity): add get endpoint by ID #2750

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chuliang
Copy link

@chuliang chuliang commented Sep 4, 2023

Fixes #2748

Links to the line numbers/files in the OpenStack source code that support the
code in this PR:

https://github.com/openstack/keystone/blob/master/keystone/api/endpoints.py#L86

@github-actions github-actions bot added the semver:unknown Unable to figure out the semver type label Sep 4, 2023
@chuliang chuliang force-pushed the feat/get-endpoint-by-id branch 2 times, most recently from 900ca85 to 2378806 Compare September 4, 2023 13:58
@github-actions github-actions bot added semver:unknown Unable to figure out the semver type and removed semver:unknown Unable to figure out the semver type labels Sep 4, 2023
@github-actions github-actions bot added semver:unknown Unable to figure out the semver type and removed semver:unknown Unable to figure out the semver type labels Sep 4, 2023
@EmilienM EmilienM added semver:patch No API change and removed semver:unknown Unable to figure out the semver type labels Sep 5, 2023
@EmilienM
Copy link
Contributor

EmilienM commented Sep 6, 2023

Please rebase

@github-actions github-actions bot added semver:minor Backwards-compatible change and removed semver:patch No API change labels Sep 6, 2023
@EmilienM
Copy link
Contributor

EmilienM commented Oct 4, 2023

I'm not sure this was rebased on HEAD, please pull and rebase. Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor Backwards-compatible change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support of Endpoint details
2 participants