Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Devportal page returns error 403

オープン
#85 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
kubernetes, nginx

調査の方向性

まず、NGINX Plus R33、NIM 2.19、Config Declaration 5.2、およびサンプルの petstore API を使用して Kubernetes デプロイメントを再現します。nginx.conf、コンテナ内のファイル所有権、nginx ユーザーと root ユーザーの違いを調べます。worker ユーザーを root に変更せずに開発者ポータルのページへアクセスできれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Issue Summary

When using NGINX Plus R33 Ubi image from private.nginx.com and NIM 2.19 with the standard /config declaration version 5.2 and deploying the example petstore API, the following error occurs:

The developer portal page published at: apigw.example.com/petstore/petstore-devportal.html gives a 403 http error

Environment

NGINX Plus Version: R33
NIM Version: 2.19
Config Declaration Version: 5.2
Deployment: Kubernetes

Steps to Reproduce

Deploy NGINX Plus R33 on Kubernetes as Api Gateway and connect it to the NIM.
Deploy NGINX Dapi on Kubernetes.
Deploy NIM on a Virtual Machine.

Observed Behavior

When postman wants to publish the example API (v5.2), the developer portal gives a 403 http error.

When I changed in the nginx.conf the user from nginx to root the page is now correctly showing the developer portal. All files inside the container are owned by the root user.

[root@nginx-plus-gw-agent-8447dcfd48-9mn49 nginx]# cat nginx.conf
user root;
worker_processes auto;

Expected Behavior

The developer portal page should be accessible.

主要言語
Python
スター
47
フォーク
18
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。