Joey
08/18/2022, 8:13 PMNoa
08/18/2022, 9:03 PMJoey
08/18/2022, 9:03 PMNoa
08/18/2022, 9:31 PM/spicedb
or even gibberish), I get an error:
failed to create connector: default addr for network [URI] unknown
... where URI is filled in.
I saw this: https://stackoverflow.com/questions/52808454/beego-orm-mysql-default-addr-for-network-unknown
Which made me think I needed to add a port for the datastore... so I updated the value to be:
> - name: "SPICEDB_DATASTORE_ENGINE"
> value: "mysql"
> - name: "SPICEDB_DATASTORE_CONN_URI"
> value: [The AWS URI in quotes]:[port #]/spicedb
and then further below I added:
> - name: "http"
> containerPort: 3306
> protocol: "TCP"Joey
08/18/2022, 9:33 PMNoa
08/18/2022, 9:33 PMJoey
08/18/2022, 9:34 PMusername:password@(hostname:port)/logicaldatabasename
Noa
08/18/2022, 9:46 PMJoey
08/18/2022, 9:47 PM