Ryan Parman

Results 186 comments of Ryan Parman
trafficstars

@cam72cam said: > The interesting component will be if/how we support this with other S3-compatible storage solutions, though it will probably be worth adding support and letting folks opt-in if...

Running into this too. ### Situation * User is a _service account_ that is owned by Artifactory (not from SSO, LDAP, or anything else). * User has no password, only...

@Rigdon: * When you say "reference tokens", are those the shorter ones that show up in the UI? * We're generating/rotating these tokens using the REST API. They result in...

We manage 100% of our users, groups, and permissions with Terraform. * https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/managed_user * https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/group * https://registry.terraform.io/providers/jfrog/artifactory/latest/docs/resources/permission_target Everything was created with a provider version in the v6.x range. I'm not...

So… _how_ do we go about granting Xray permissions to users? That bit is unclear.

> Hi, @skyzyx I am not familiar with terraform user creation but it looks like your token has no Xray permissions (only artifactory permissions) Support told us to _send logs_...

@eweiser-sxm said: > The problem appears to be that the `security/token` API doesn't add the right "services" the way that creating the token through the GUI does. > > We...

I also took the time to port the original Python 2-based workflow. I wrote mine in Go, you wrote yours in Rust. It's all good. My only concern with this...

For me, the goal of a tool like this is to help me _seamlessly_ work across a variety of projects, from those still on Terraform 0.11 and HCL1 all the...