From 313c9623156fb67737b5fef61a7161ec64f1574d Mon Sep 17 00:00:00 2001 From: mmosarafO2 Date: Mon, 6 Oct 2025 14:02:09 +0530 Subject: [PATCH 1/3] Replace access and secret key with assume role (#201) * Replase access and secret key with assume role * Replase access and secret key with assume role * Replace access and secret key with assume role * Replace access and secret key with assume role * Replace access and secret key with assume role --- .github/workflows/deploy-docs-staging.yaml | 10 ++++++---- .github/workflows/deploy-docs.yaml | 8 +++++--- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.github/workflows/deploy-docs-staging.yaml b/.github/workflows/deploy-docs-staging.yaml index 0142e235..27dc69c9 100644 --- a/.github/workflows/deploy-docs-staging.yaml +++ b/.github/workflows/deploy-docs-staging.yaml @@ -7,7 +7,10 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: org-openobserve-standard-4 + permissions: + id-token: write + contents: read steps: - name: Checkout source code @@ -34,10 +37,9 @@ jobs: fi - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + role-to-assume: arn:aws:iam::325553860333:role/GitHubActionsRole aws-region: us-east-2 # or your preferred region - name: Build MkDocs site diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index b113a089..c89421b0 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -8,6 +8,9 @@ on: jobs: deploy: runs-on: ubuntu-latest + permissions: + id-token: write + contents: read steps: - name: Checkout source code @@ -34,10 +37,9 @@ jobs: fi - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v2 + uses: aws-actions/configure-aws-credentials@v4 with: - aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} - aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} + role-to-assume: arn:aws:iam::325553860333:role/GitHubActionsRole aws-region: us-west-2 # or your preferred region - name: Build MkDocs site From a7ad0719fde548c2844505ffbb335f838fc8ad71 Mon Sep 17 00:00:00 2001 From: mmosarafO2 Date: Mon, 6 Oct 2025 17:59:24 +0530 Subject: [PATCH 2/3] Updated runs on (#202) --- .github/workflows/deploy-docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-docs.yaml b/.github/workflows/deploy-docs.yaml index c89421b0..8881ed7a 100644 --- a/.github/workflows/deploy-docs.yaml +++ b/.github/workflows/deploy-docs.yaml @@ -7,7 +7,7 @@ on: jobs: deploy: - runs-on: ubuntu-latest + runs-on: org-openobserve-standard-4 permissions: id-token: write contents: read From 03bdc3224b65d4e9292aa94b658a7be6991849f4 Mon Sep 17 00:00:00 2001 From: ktx-krupa Date: Thu, 9 Oct 2025 17:16:46 +0530 Subject: [PATCH 3/3] fix: relative path issue in navbar (#205) --- overrides/partials/header.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overrides/partials/header.html b/overrides/partials/header.html index 02db3d1d..ab7aa416 100644 --- a/overrides/partials/header.html +++ b/overrides/partials/header.html @@ -261,7 +261,7 @@ > Platform Arrow @@ -352,7 +352,7 @@ > Solutions Arrow @@ -438,7 +438,7 @@ > Resources Arrow