Skip to content
New issue

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

Ability to run as less privileged user #42

Open
clayrosenthal opened this issue Jun 2, 2023 · 0 comments · May be fixed by #43 or #46
Open

Ability to run as less privileged user #42

clayrosenthal opened this issue Jun 2, 2023 · 0 comments · May be fixed by #43 or #46
Assignees
Labels
enhancement New feature or request needs triage Waiting for discussion / prioritization by team

Comments

@clayrosenthal
Copy link

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

@clayrosenthal clayrosenthal added enhancement New feature or request needs triage Waiting for discussion / prioritization by team labels Jun 2, 2023
@dopey dopey self-assigned this Jun 13, 2023
@dopey dopey linked a pull request Aug 3, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request needs triage Waiting for discussion / prioritization by team
Projects
None yet
2 participants