plain-lunch-50969
12/14/2022, 9:39 PMsteep-lamp-91158
plain-lunch-50969
12/15/2022, 8:55 PM/ $ kratos version
Version: v0.5.5-alpha.1
Build Commit: 83aedcb885acb96c5deb39fff675d5f0528af32d
Build Timestamp: 2020-12-09T11:10:11Z
/ $ kratos
Usage:
kratos [command]
Available Commands:
hashers This command contains helpers around hashing.
help Help about any command
identities Tools to interact with remote identities
jsonnet Helpers for linting and formatting JSONNet code
migrate Various migration helpers
remote Helpers and management for remote ORY Kratos instances
serve Run the ORY Kratos server
version Show the build version, build time, and git hash
Flags:
-c, --config string Path to config file. Supports .json, .yaml, .yml, .toml. Default is "$HOME/.kratos.(yaml|yml|toml|json)"
-h, --help help for kratos
Use "kratos [command] --help" for more information about a command.
/ $
plain-lunch-50969
12/15/2022, 8:58 PMkratos identities list -e <http://localhost:4434> --format json-pretty
. This gets me the id json schema data, but not hashes.plain-lunch-50969
12/15/2022, 9:08 PMkratos list identities
does not list the ids. (The dsn is pointing to the correct database...)plain-lunch-50969
12/15/2022, 9:08 PMsteep-lamp-91158
plain-lunch-50969
12/16/2022, 1:43 PMplain-lunch-50969
12/16/2022, 1:44 PMplain-lunch-50969
12/16/2022, 1:49 PMnid
column and that it is empty for my imported identities. You're saying I need to set the nid to just be the same value for all ids.plain-lunch-50969
12/16/2022, 1:53 PMpsql -U postgres oauth
update identities set nid = 'thevalue';
plain-lunch-50969
12/16/2022, 1:53 PMplain-lunch-50969
12/16/2022, 1:56 PMplain-lunch-50969
12/16/2022, 1:58 PMthe provided credentials are invalid, check for spelling mistakes in your password or username, email address, or phone number
.
Thoughts?steep-lamp-91158
plain-lunch-50969
12/16/2022, 1:59 PMplain-lunch-50969
12/16/2022, 2:00 PMsteep-lamp-91158
plain-lunch-50969
12/16/2022, 2:01 PMplain-lunch-50969
12/16/2022, 2:01 PMplain-lunch-50969
12/16/2022, 2:07 PMsteep-lamp-91158
steep-lamp-91158
plain-lunch-50969
12/16/2022, 2:09 PMsteep-lamp-91158
plain-lunch-50969
12/16/2022, 2:15 PMplain-lunch-50969
12/16/2022, 2:21 PM9.6.24
vs 14.4
. This may be why I went down the export/import path. When I spin up with the copied data, postgres does not read the kratos database.steep-lamp-91158
plain-lunch-50969
12/16/2022, 2:23 PMsteep-lamp-91158
plain-lunch-50969
12/16/2022, 2:24 PMsteep-lamp-91158
plain-lunch-50969
12/16/2022, 2:25 PMplain-lunch-50969
12/16/2022, 2:25 PMplain-lunch-50969
12/16/2022, 5:29 PMplain-lunch-50969
12/16/2022, 6:14 PMplain-lunch-50969
12/16/2022, 7:44 PM