This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-11-04
Channels
- # announcements (13)
- # beginners (51)
- # boot (3)
- # calva (10)
- # cider (20)
- # clj-kondo (55)
- # cljs-dev (60)
- # clojure (99)
- # clojure-europe (6)
- # clojure-gamedev (9)
- # clojure-italy (19)
- # clojure-nl (7)
- # clojure-spec (20)
- # clojure-uk (42)
- # clojurescript (96)
- # clojurex (37)
- # clojutre (1)
- # cursive (37)
- # data-science (2)
- # datomic (15)
- # defnpodcast (9)
- # duct (7)
- # emacs (6)
- # events (9)
- # fulcro (124)
- # jackdaw (4)
- # jobs (4)
- # leiningen (9)
- # malli (7)
- # mount (3)
- # off-topic (109)
- # other-languages (8)
- # re-frame (39)
- # reagent (4)
- # reitit (6)
- # remote-jobs (2)
- # rewrite-clj (36)
- # ring (4)
- # shadow-cljs (16)
- # spacemacs (16)
- # tools-deps (91)
- # vim (8)
- # yada (2)
Anyone have this issue with starting up a new Solo 1? I didn't have this problem with Production 1.
fatal error: An error occurred (404) when calling the HeadObject operation: Key "<system-name>/datomic/access/private-keys/bastion" does not exist
Unable to read bastion key, make sure your AWS creds are correct.
I'm logged in and followed the instructions here https://docs.datomic.com/cloud/getting-started/configuring-access.htmlI'm pretty positive that my creds are fine because I can run other aws commands without issue
I also configured the inbound rule on the security policy, and attached the relevant security policies to my user group
no idea what i did differently this time besides name the system something different, but its working now
In datomic cloud, where can I see the cast/dev
messages, I'm not seeing any messages in cloudwatch
I'm working with Datomic Cloud and have wired up an ion to Lambda to API Gateway which is secured through Cognito to require a user token to access. Next I want to know who is using my ion. Parsing the context
I find this: {:clientContext nil :identity {:identityId "" :identityPoolId ""}}
(among other things). I expected this information to reflect my user or give some sore of indication as to who was using my ion. Can anyone help me understand how/why this information is not present and how I might get it?