doc-exports/docs/apig/umn/apig-faq-2005023.html
Chen, Junjie 91c429e341 APIG UMN 20230331 version
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: Chen, Junjie <chenjunjie@huawei.com>
Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
2023-06-01 08:59:08 +00:00

1.0 KiB

How Do I Exclude a Specific IP Address for Identity Authentication of an API?

You can choose either of the following solutions:

  • Solution 1: Create an API that does not require authentication, and configure an access control policy to whitelist the IP address.
  • Solution 2: Create two APIs, one that uses IAM or app authentication and one that does not require authentication, and configure an access control policy to whitelist the IP address for the API that does not require authentication.