-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
out_oracle_log_analytics: Add two more modes of authentication #7957
base: master
Are you sure you want to change the base?
Conversation
…ntity auth modes Signed-off-by: adiforluls <[email protected]>
Signed-off-by: adiforluls <[email protected]>
Signed-off-by: adiforluls <[email protected]>
@patrick-stephens in the pipelines that failed, I see
I suspect maybe some openssl related build option needs to be passed, these funcs are from that library. Would you know how I can tweak these tests? |
Signed-off-by: adiforluls <[email protected]>
I'm afraid I can't help much there, maybe check other examples in the code? Also, I assume this will need a docs update too? Please can you link the PR. |
Signed-off-by: adiforluls <[email protected]>
Signed-off-by: adiforluls <[email protected]>
Signed-off-by: adiforluls <[email protected]>
Signed-off-by: adiforluls <[email protected]>
Signed-off-by: adiforluls <[email protected]>
@patrick-stephens @edsiper is fluent-bit tied to a specific version of openssl? In ubuntu and centos PR checks, I'm seeing this
https://www.openssl.org/docs/manmaster/man3/EVP_PKEY_CTX_set1_rsa_keygen_pubexp.html |
Signed-off-by: adiforluls <[email protected]>
@edsiper @patrick-stephens I think the problem with the pipeline failure is that the tests are using Ubuntu 20.04, which has latest available openssl version 1.1.1 https://launchpad.net/ubuntu/focal/+source/openssl. The API that I've used which is giving me the trouble is part of Openssl 3.x, it's predecessors have been marked as deprecated by openssl so hesitating to switch to those. Should I update the test (Ubuntu version (22.04) which has openssl 3.x available)? Let me know how to proceed forward. This is an important contribution to connect to Oracle Cloud Infrastructure endpoints. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
This PR adds support for https://blogs.oracle.com/cloud-infrastructure/post/oke-workload-identity-greater-control-access and https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/callingservicesfrominstances.htm
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.