ory / cli

The Ory CLI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Identity related warnings when updating permission config

zepatrik opened this issue · comments

Preflight checklist

Describe the bug

ory patch permission-config e834d575-2f37-4482-903d-d6e789e91c8a \                                                
  --add '/namespaces/-={"id": 0, "name": "resources"}' \
  --add '/namespaces/-={"id": 1, "name": "groups"}'
You are authenticated as: patrik@ory.sh
map[limit:map[] namespaces:[map[id:0 name:resources] map[id:1 name:groups]]]
Warnings were found.
- Configuration key `serve.*` can not be set and will be ignored.
- Configuration key `cookies.path` can not be set and will be ignored.
- Configuration key `cookies.domain` can not be set and will be ignored.
- Configuration key `session.cookie.domain` can not be set and will be ignored.
- Configuration key `session.cookie.name` can not be set and will be ignored.
- Configuration key `session.cookie.path` can not be set and will be ignored.
It is save to ignore these warnings unless your intention was to set these keys.

produces unrelated warnings.

Reproducing the bug

see above

Relevant log output

No response

Relevant configuration

No response

Version

v0.1.34

On which operating system are you observing this issue?

No response

In which environment are you deploying?

No response

Additional Context

No response