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

projects create with an invalid name should fail #180

Closed
plambert opened this issue May 21, 2018 · 3 comments
Closed

projects create with an invalid name should fail #180

plambert opened this issue May 21, 2018 · 3 comments
Labels

Comments

@plambert
Copy link
Contributor

% rd projects create -p "invalid name"
# Created project: 
#     invalid name
% echo $?
0
% rd projects list
% 

This should fail, and ideally say why, and definitely not give a return code of 0.

@gschueler
Copy link
Member

looks like this is a rundeck bug

@gschueler
Copy link
Member

fyi; this should be fixed in 2.11.4+. We should additionally validate the input on the rd side

@gschueler gschueler changed the title Adding a project with an invalid name appears to succeed, and yet does not projects create with an invalid name should fail Jun 27, 2018
@gschueler gschueler added the bug label Jun 27, 2018
@HowardHong
Copy link

HowardHong commented Dec 6, 2018

btw: it seems you can only delete it using rd. Deleting the project from the GUI doesn't work.

gschueler added a commit that referenced this issue Jun 25, 2019
Fix #180 prevent invalid project name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants