-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to manage users in project with project admin role permissions using terraform. #74
Comments
@Prakashreddy134 From the error message, it looks like this is the first time you are creating this project on Artifactory? In order to create a project, it requires a user assigned with the 'Administer the Platform' role. See https://jfrog.com/help/r/jfrog-rest-apis/add-a-new-project |
@alexhung No, I am doing this task for existing project and i imported project |
Can you manually do this through the UI @Prakashreddy134 ? Using the provider doesn't grant anything special. If you can't do it through the UI, then you need to talk to your platform admin. If you can do it through the UI, then it may be an actual bug with artifactory which would be outside the scope of this team (happy to direct you though). Please report back |
@chb0github I am able to do manually through the UI but my requirement is to perform this through terraform with project admin role. is this possible? |
@Prakashreddy134 Does the token for the provider you are using have |
You know, I didn't think of that, but the token you have could be restricted. That would explain it. I second @alexhung |
Closing due to inactivity. |
Hi Team,
I am trying to manage users in artifactory project and i have project admin role permissions but not able to apply changes using terraform.
Here is the script :
Here is the error i am getting while performing
terraform apply
Please help me is there any solution to skip this error and I can't get admin role for entire org if required.
Thanks in advance.
The text was updated successfully, but these errors were encountered: