8000 Support Database Roles for Fine-Grained Access Controls When Connecting · Issue #641 · googleapis/python-spanner-sqlalchemy · GitHub
[go: up one dir, main page]

Skip to content
Support Database Roles for Fine-Grained Access Controls When Connecting #641
Closed
@waltaskew

Description

@waltaskew

Would be great to add support for fine-grained access controls by supplying a database role when connecting. Could supply this via a connection string argument like

create_engine(
    "spanner+spanner:///projects/project-id/instances/instance-id/databases/database-id",
    connect_args={"database_role": "role_name"}
)

This should be do-able once this PR merges, adding datbase_roles option to the underlying dbapi:
googleapis/python-spanner#1338

Metadata

Metadata

Assignees

Labels

api: spannerIssues related to the googleapis/python-spanner-sqlalchemy API.priority: p3Desirable enhancement or fix. May not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0