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

authentication_oci_client.so #1943

Open
d-tasaki opened this issue Dec 30, 2023 · 1 comment
Open

authentication_oci_client.so #1943

d-tasaki opened this issue Dec 30, 2023 · 1 comment
Labels
Feature Request New feature or request Low priority Lower priority items PR Welcome Issues and fixes available for wide community to help us move forward by creating a PR with solution Sandboxing

Comments

@d-tasaki
Copy link

d-tasaki commented Dec 30, 2023

Would you bundle a plugin named authentication_oci_client.so. I would like to use SequelAce in order to connect an Oracle Cloud Managed MySQL (MDS) with an Oracle Cloud IAM user.

I tried to connect my MDS, but I got error messages as below.

ホスト172.28.0.42に接続できないか、リクエストがタイムアウトしました。

アドレスが正しく、必要な権限があることを確認するか、接続タイムアウト(現在は10秒)を増やしてみてください。

MySQLによると:Authentication plugin 'authentication_oci_client' cannot be loaded: dlopen(/usr/local/mysql/lib/plugin/authentication_oci_client.so, 0x0002): tried: '/usr/local/mysql/lib/plugin/authentication_oci_client.so' (no such file), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/mysql/lib/plugin/authentication_oci_client.so' (no such file), '/usr/local/mysql/lib/plugin/authentication_oci_client.so' (no such file)

@Jason-Morcos
Copy link
Member

I don't think it would be as simple as adding this plugin - it looks like this plugin likely requires broader system access which macOS sandboxing doesn't allow. So I think it's not so simple as just bundling in that plugin - because Sequel Ace then still wouldn't be able to access those federated credentials

@Jason-Morcos Jason-Morcos added Feature Request New feature or request PR Welcome Issues and fixes available for wide community to help us move forward by creating a PR with solution Sandboxing Low priority Lower priority items labels Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request New feature or request Low priority Lower priority items PR Welcome Issues and fixes available for wide community to help us move forward by creating a PR with solution Sandboxing
Projects
None yet
Development

No branches or pull requests

2 participants