ansible/awx

Allow to add a new choice for a existing variable in custom credential type after it is already in use

開放

#8,792 建立於 2020年12月9日

 (1 則留言) (0 個反應) (0 位負責人)Python (3,333 個分叉)batch import
component:apihelp wantedtype:enhancement

倉庫指標

星標
 (13,071 顆星)
PR 合併指標
 (平均合併 24天 6小時) (30 天內合併 30 個 PR)

描述

ISSUE TYPE
  • Feature Idea
SUMMARY

I made a form with choices in a custom credential type, this custom credential type is in use in a credential. if I modify a var name in the INJECTOR, it's fine, but if I want to add a choice for a var already existing I get an error message :

Modifications to inputs are not allowed for credential types that are in use

I could understand if I was trying to modify the field name, as the form is not the same that the one in use, but just adding a choice doesn't modify the fields or the number of fields, nothing really important in fact, but it is blocked

We can't delete all the credential using a credential type, if we just need to add a choice

貢獻者指南