Skip to content

DEVX-299 : Manage OAuth clients (incl. secrets)#786

Merged
Aryamanz29 merged 7 commits intomainfrom
DEVX-299
Jan 13, 2026
Merged

DEVX-299 : Manage OAuth clients (incl. secrets)#786
Aryamanz29 merged 7 commits intomainfrom
DEVX-299

Conversation

@vaibhavatlan
Copy link
Copy Markdown
Contributor

@vaibhavatlan vaibhavatlan commented Jan 7, 2026

✨ Description

Adds comprehensive OAuth client management capabilities to the Python SDK :

  • OAuth Client Creation - New create() method for programmatically creating OAuth clients with name, role, description, and persona_qns parameters
  • Simplified Role Resolution - Role parameter accepts human-readable descriptions (e.g., "Admin", "Member") and auto-resolves to API values
  • Full CRUD Support - Create, retrieve, update, and delete OAuth clients
  • Sync & Async - Support for both synchronous and asynchronous clients

Linear link: https://linear.app/atlan-epd/issue/DEVX-299/manage-oauth-clients-incl-secrets


🧩 Type of change

Select all that apply:

  • 🚀 New feature (non-breaking change that adds functionality)
  • 🐛 Bug fix (non-breaking change that fixes an issue) — please include tests! Refer testing-toolkit 🧪
  • 🔄 Refactor (code change that neither fixes a bug nor adds a feature)
  • 🧹 Maintenance (chores, cleanup, minor improvements)
  • 💥 Breaking change (fix or feature that may break existing functionality)
  • 📦 Dependency upgrade/downgrade
  • 📚 Documentation updates

✅ How has this been tested? (e.g. screenshots, logs, workflow links)

Describe how the change was tested. Include:

  • Steps to reproduce
  • Any relevant screenshots, logs, or links to successful workflow runs
  • Details on environment/setup if applicable

📋 Checklist

  • My code follows the project’s style guidelines
  • I’ve performed a self-review of my code
  • I’ve added comments in tricky or complex areas
  • I’ve updated the documentation as needed
  • There are no new warnings from my changes
  • I’ve added tests to cover my changes
  • All new and existing tests pass locally

Copy link
Copy Markdown
Member

@Aryamanz29 Aryamanz29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good progress 💯 - see my comments below:

Comment thread pyatlan/client/aio/oauth_client.py Outdated
Comment thread pyatlan/client/common/oauth_client.py Outdated
Comment thread pyatlan/client/common/oauth_client.py Outdated
Comment thread pyatlan/client/oauth_client.py Outdated
Comment thread pyatlan/model/oauth_clients.py Outdated
Comment thread tests/integration/test_oauth_client.py
Comment thread tests/integration/test_oauth_client.py Outdated
Comment thread pyatlan/model/oauth_clients.py Outdated
Comment thread pyatlan/model/oauth_client.py
Comment thread tests/integration/aio/test_oauth_client.py
Comment thread pyatlan/client/aio/oauth_client.py Outdated
Comment thread pyatlan/client/oauth_client.py Outdated
Comment thread pyatlan/model/oauth_clients.py Outdated
Comment thread pyatlan/model/oauth_clients.py Outdated
Comment thread pyatlan/client/aio/oauth_client.py
@Aryamanz29 Aryamanz29 added the feature New feature or request label Jan 7, 2026
Copy link
Copy Markdown
Member

@Aryamanz29 Aryamanz29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good - minor test improvements:

Comment thread tests/integration/test_oauth_client.py
Copy link
Copy Markdown
Member

@Aryamanz29 Aryamanz29 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks! 🚀

@Aryamanz29 Aryamanz29 merged commit 145f5f8 into main Jan 13, 2026
52 of 208 checks passed
@Aryamanz29 Aryamanz29 deleted the DEVX-299 branch January 13, 2026 08:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants