We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deck version decK v1.11.0 (4235c73)
cat demospace.yaml _format_version: "1.1" _workspace: demospace rbac_roles:
deck sync --workspace demospace --rbac-resources-only --kong-addr http://kube-kong-admin.service.intraiad1.devconsul.service.com --headers 'kong-admin-token:{{token}}' --tls-skip-verify -s /wayfair/data/codebase/backups/20220318141020/rbac/demospace.yaml creating rbac-role demospace-workspace-readonly creating rbac-endpoint-permission eff2e4aa-0fb6-4df0-938a-4a2c12aaa44d-demospace-* Summary: Created: 2 Updated: 0 Deleted: 0
If we need to edit and add back action, Kong doesn't allow and have to delete the whole permission and add it back with required actions.
The text was updated successfully, but these errors were encountered:
Hi @pmutyala , thanks for opening this issue.
I already opened a couple of PRs for this, so hopefully we should solve this soon!
#619
Sorry, something went wrong.
Fixed this here. It will be included in the next release!
GGabriele
No branches or pull requests
deck version
decK v1.11.0 (4235c73)
2022-03-18 15:10:20 [8] [INFO] helpers.commands cmd from generate_deck_dump_rbac_cmd is deck dump --rbac-resources-only --all-workspaces --headers "kong-admin-token: xxxxxx" --kong-addr http://kube-kong-admin.service.intraiad1.devconsul.csnzoo.com --format yaml --tls-skip-verify
cat demospace.yaml
_format_version: "1.1"
_workspace: demospace
rbac_roles:
endpoint: '*'
negative: false
workspace: demospace
name: demospace-workspace-readonly
deck sync --workspace demospace --rbac-resources-only --kong-addr http://kube-kong-admin.service.intraiad1.devconsul.service.com --headers 'kong-admin-token:{{token}}' --tls-skip-verify -s /wayfair/data/codebase/backups/20220318141020/rbac/demospace.yaml
creating rbac-role demospace-workspace-readonly
creating rbac-endpoint-permission eff2e4aa-0fb6-4df0-938a-4a2c12aaa44d-demospace-*
Summary:
Created: 2
Updated: 0
Deleted: 0

5. actions is an empty array it doesn't configure anything..If we need to edit and add back action, Kong doesn't allow and have to delete the whole permission and add it back with required actions.
The text was updated successfully, but these errors were encountered: