This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-07-10
Channels
- # announcements (5)
- # aws (18)
- # babashka (1)
- # beginners (81)
- # calva (7)
- # chlorine-clover (1)
- # cider (5)
- # cljs-dev (8)
- # clojure (125)
- # clojure-dev (1)
- # clojure-europe (31)
- # clojure-italy (3)
- # clojure-nl (2)
- # clojure-norway (1)
- # clojure-spec (5)
- # clojure-sweden (1)
- # clojure-uk (31)
- # clojurescript (85)
- # code-reviews (1)
- # core-async (17)
- # cursive (39)
- # datomic (16)
- # emacs (1)
- # fulcro (6)
- # java (16)
- # kaocha (2)
- # luminus (4)
- # malli (2)
- # off-topic (65)
- # pathom (3)
- # re-frame (11)
- # reagent (5)
- # remote-jobs (1)
- # rum (5)
- # sci (10)
- # shadow-cljs (24)
- # spacemacs (4)
- # test-check (3)
- # tools-deps (22)
- # xtdb (15)
So excited for this. The timing could not have been more perfect. Thank you Datomic team! ❤️
I am not sure what I am doing wrong when I am trying to add this policy under my bucket / permissions/ bucket policy
{
"Id": "Policy1594355345891",
"Statement": [
{
"Sid": "DatomicS3BucketAccess",
"Effect": "Allow",
"Principal": {
"AWS": ["arn:aws:iam::263904136339:user/same-page-dev"]
},
"Action": [
"*"
],
"Resource": ["arn:aws:s3:::datomic-releases-1fc2183a","arn:aws:s3:::datomic-releases-1fc2183a/*","arn:aws:s3:::datomic-code-7cf69135-6e19-4e99-878e-9c3f4a48ad48","arn:aws:s3:::datomic-code-7cf69135-6e19-4e99-878e-9c3f4a48ad48/*"]
}
]
}
I get the error
Policy has invalid resource
I think the resources links are fine, maybe I am trying to use it at the wrong place?
I don't hope that anyone can just randomly solve this for me remotely, but any kind of pointer, even suggestion on what I should read up on could help. I've tried to understand this error message by reading the docs but it seems that there are multiple reasons for it popping up.yeah, and I am doing it at the wrong place, I was informed on freenode. I have to admit that I am utterly confused.
@ashnur I don't understand why you're manually manipulating the datomic bucket policy, what are you trying to do?
but I think I might've got it now, I created an completely new policy and added it to the user
the user he's using had datomic admin policy, but that does not include s3 access, which prevents clj from downloading jars from the datomic s3 bucket
cool, it should
Deleting a dev-local system is as simple as deleting <storage-dir>/<system-name>
, right?
This is great. Importing from cloud will be great for reproducing prod issues and generative testing.
A dream would be if https://github.com/vvvvalvalval/datomock can be ported. It’s really useful with local dev. I wonder if this is possible?