additionalProperties "sms" not allowed #2283
-
|
TL;DR: Can't get sms: map to be recognized by kratos server. I began with quickstart as a substrate. I then added quickstart-postgres.yml into the mix. Now I am trying to get sms to work. My external SMS resource uses AWS SNS via an API Gateway and two lambda functions. The AWS sandbox works, i.e. I can fire off an SMS text to my phone using Postman/cURL. So . . . I am unable to get sms configured in Ory Kratos. The error message in the server log is as noted in the subject (sensitive values masked with asterisks): PyCharm even complains when I add the sms: map into the kratos.yml file under the courier: label. So I upgraded my repo to the master branch and rebuilt. Same issue. Digging a little further, the config.schema.json file that my kratos.yml file uses (v0.8.2-alpha.1) doesn't have the sms: definition.
I did notice that the config.schema.json inside the repo DOES have the sms: map and seems to be described by the online documentation.
So . . . I'm wondering what is my next step to get sms: to work with ory kratos? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
As you can see the feature commit is not yet released: 687eca2 |
Beta Was this translation helpful? Give feedback.
As you can see the feature commit is not yet released: 687eca2
So to use this you have to build yourself from master. The pycharm validation will also work again with the release of that feature.