Maksym Postument
Maksym Postument
Just tried to tag my s3 bucket, no issues. Here is my csv file ```csv Name,Name,Environment maksymtest,maksymtest,prod ``` Then i run tag command `./awstaghelper s3 tag-s3 --filename awsTags.csv` And result
Object level tagging are not supported as of now
Assigned. Thank you
What error you are getting when trying to use it with service account token? I don't expect it to work differently
I will try to look at this. But if new token is not supported, not sure if i will be able to do something. Looks like grafana sdk is no...
@vineethvijay7 i tried on grafana 10.2, service account with editor role. And i was able to pull folder, dashboards
Also tried grafana 10.3. Service account with editor permissions, was able to do pull and push
Thank you for reporting, i will take a look
Most likely changes need to be done on the grafana [SDK level](https://github.com/grafana-tools/sdk). Right now do not have time to contribute to it
@alexott i used the same entity for workspace creation and SP creation. But it didn't worked We come up with workaround using az cli as auth. But would be nice...