@ -15,3 +15,5 @@ describe("jfrog-oauth", async () => {
package_managers: "{}",
});
//TODO add more tests
@ -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" {
@ -112,6 +112,7 @@ resource "coder_script" "jfrog" {
value = artifactory_scoped_token.me.access_token