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

adding timezone field, opc-meta-data property header and workload identity authentication method. #17

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

IMDADMI
Copy link
Member

@IMDADMI IMDADMI commented Oct 5, 2024

1- In addition to config file and instance principle, the changes adds the workload identity where the user need to specify in the auth_type, workload Identity as a value e.g. :

  • auth_type : "WorkloadIdentity"
    2- the user can provide the timezone in the configuration parameters e.g.
  • oci_la_timezone "UTC"
    if the user didn't specify the timezone it will be unset, if the timezone was provided and it was wrong the default timezone will be used "UTC"
    3- the user can provide the collection source metadata to be send in the header, e.g. fluentd,kubernetes solution etc.
    the default value of the collection source is fluentd. e.g.
  • collection_source “fluentd” or “kuberneties_solution"
    If the value of the collection source didn't provided 'fluentd' will be sent by default

admi zakaryae and others added 2 commits October 4, 2024 22:18
…ntity auth method

fixing issues related to the previous commit

fixing issue related to previous commit 2

fixing last commit issue

fixing last commit issue

fixing last commit issue

deleting GemFile.lock

fixing collection source issue
Copy link

Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
The following contributors of this PR have not signed the OCA:

To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application.

When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated.

If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Required At least one contributor does not have an approved Oracle Contributor Agreement. label Oct 5, 2024
</record>
</filter>

<filter oci.apacheError>
@type record_transformer
enable_ruby true
<record>
oci_la_metadata ${{<key1>: <value1>, <key2>:<value2>}}
oci_la_metadata ${{<key1>: <value1>, <key2>:<value2}}
Copy link
Contributor

Choose a reason for hiding this comment

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

invalid change. revert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Required At least one contributor does not have an approved Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants