Skip to content

Ability to run as less privileged user #42

@clayrosenthal

Description

@clayrosenthal

What would you like to be added

I want to run step ca as a less privileged user, who can only insert, update, and select from tables, without creating or destroying any tables or databases. The database and tables are only made on the first start, so after they don't need to be recreated. The current implementation here always runs CREATE IF NOT EXISTS rather than just checking existence. I would like to check the existence with a separate query like SHOW TABLES LIKE <X> before trying to create.

Why this is needed

To be able to run step-ca with a less privileged user for security purposes

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestneeds triageWaiting for discussion / prioritization by team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions