diff --git a/jfrog-oauth/main.test.ts b/jfrog-oauth/main.test.ts index f31aa5d..26408ab 100644 --- a/jfrog-oauth/main.test.ts +++ b/jfrog-oauth/main.test.ts @@ -15,3 +15,5 @@ describe("jfrog-oauth", async () => { package_managers: "{}", }); }); + +//TODO add more tests \ No newline at end of file diff --git a/jfrog-oauth/main.tf b/jfrog-oauth/main.tf index ea980d4..8a81594 100644 --- a/jfrog-oauth/main.tf +++ b/jfrog-oauth/main.tf @@ -79,6 +79,7 @@ resource "coder_script" "jfrog" { output "access_token" { description = "value of the JFrog access token" value = data.coder_external_auth.jfrog.access_token + sensitive = true } output "username" { diff --git a/jfrog-token/main.tf b/jfrog-token/main.tf index 8a98717..d9aa55f 100644 --- a/jfrog-token/main.tf +++ b/jfrog-token/main.tf @@ -112,6 +112,7 @@ resource "coder_script" "jfrog" { output "access_token" { description = "value of the JFrog access token" value = artifactory_scoped_token.me.access_token + sensitive = true } output "username" {