Skip to content

It should be not possible to drop system users or roles #3084

@pgulutzan

Description

@pgulutzan

I have Ubuntu 17.04.
I have Tarantool 1.7, pulled from source yesterday.
When I try to drop the role 'super', I succeed.
When I try to drop the user 'guest', I fail.
Example:

tarantool> box.schema.role.drop('super')

...

tarantool> box.schema.user.drop('guest')

  • error: 'Failed to drop user or role ''guest'': the user or the role is a system'
    ...

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions