Skip to content

Commit c01b864

Browse files
committed
add files
1 parent 641c669 commit c01b864

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,12 +236,19 @@ the pages will re-render and the browser will automatically refresh.
236236
- Set up the test with `just setup-tests load_balancer`.
237237
- Run the tests with `just run-tests`.
238238

239-
### AWS tests
239+
### AWS auth tests
240240

241241
- Run `just run-server auth_aws` to start the server.
242242
- Run `just setup-tests auth_aws <aws-test-type>` to set up the AWS test.
243243
- Run the tests with `just run-tests`.
244244

245+
### OIDC auth tests
246+
247+
- Run `just setup-tests auth_oidc <oidc-test-type>` to set up the OIDC test.
248+
- Run the tests with `just run-tests`.
249+
250+
The supported types are [`test`, `azure`, `gcp`, `eks`, `aks`, and `gke`].
251+
245252
### KMS tests
246253

247254
For KMS tests that are run locally, and expected to fail, in this case using `azure`:

0 commit comments

Comments
 (0)