Error: no authentication details supplied #529
-
Hi Team, I am trying to use below config and seeing "Error: no authentication details supplied" error.
========= Error: no authentication details supplied on providers.tf line 56, in provider "artifactory":
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry for the late reply. Currently the |
Beta Was this translation helpful? Give feedback.
-
@kpatelpanw I ran into the same. You can get it to work without authentication by tricking the provider by setting
Hope it helps! |
Beta Was this translation helpful? Give feedback.
Sorry for the late reply. Currently the
access_token
attribute is required. This is because the majority of the resources/data sources requires the token to work.