Skip to content

feat: implement project hierarchy API (parents, subtree) #1092

Description

@gtema

Parent issue: #938

Implement the project hierarchy endpoints currently missing in the Rust Keystone.

Endpoints to implement

Endpoint Actions
/v3/projects/{project_id}/parents GET (list parents)
/v3/projects/{project_id}/subtree GET (list subtree), POST (create subtree), DELETE (delete subtree)

Reference

Python Keystone: project hierarchy API

Tempest tests: tempest.api.identity.v3.test_projects.test_project_create_with_parent, test_list_projects_with_parent, and related hierarchy tests.

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions