From 97a6613e25205bc0a71c721156a05b3910a17d63 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 27 Dec 2023 16:07:21 +0300 Subject: [PATCH] Update README.md --- jfrog-oauth/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/jfrog-oauth/README.md b/jfrog-oauth/README.md index ce640d6..d9d285f 100644 --- a/jfrog-oauth/README.md +++ b/jfrog-oauth/README.md @@ -21,7 +21,6 @@ module "jfrog" { source = "https://registry.coder.com/modules/jfrog-oauth" agent_id = coder_agent.example.id jfrog_url = "https://jfrog.example.com" - auth_method = "oauth" username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username" package_managers = { "npm": "npm", @@ -115,7 +114,6 @@ module "jfrog" { source = "https://registry.coder.com/modules/jfrog-oauth" agent_id = coder_agent.example.id jfrog_url = "https://jfrog.example.com" - auth_method = "oauth" username_field = "username" # If you are using GitHub to login to both Coder and Artifactory, use username_field = "username" configure_code_server = true package_managers = {