oracle / oracle/oci-python-sdk

Missing Composite Operations for Identity Domains

Open
#629 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

IAM
Dominant language
Python
Stars
474
Forks
321
Avg merge
23m
Merged PRs (30d)
4

Description

The Client Composite Operations for the Identity Domains client don't exist. When attempting to automate the creation of a user and add existing users to groups, there are no composite operations.

I tried to execute one similar to that which is included with the Identity client and it failed:

identity_domain_client = oci.identity_domains.IdentityDomainsClient(config, i.url)
identity_composite=oci.identity_domains.IdentityDomainsClientCompositeOperations(identity_domain_client)
user_model=oci.identity_domains.models.User( ... )
user_info=identity_composite.create_user_and_wait_for_state(user=user_model, wait_for_states=["ACTIVE","INACTIVE","DELETING"])

Please add this to backlog for this client with priority. Identity domains have proven difficult to work with programatically.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by comparing IdentityDomainsClient and IdentityDomainsClientCompositeOperations with the analogous Identity client composite operations referenced in the issue. Check how user creation and group membership operations are represented, then verify that the requested composite operations are available for Identity Domains and cover the shown automation flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api, authentication
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.