Skip to content

Commit

Permalink
Unhide authentication menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinZablocki committed Sep 24, 2021
1 parent 57614ee commit 837d257
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ variableGroups:
- ${api_user_ocid}
- ${api_fingerprint}
- ${api_user_key}
visible: ${autoscaling}
- title: "Monitoring"
variables:
- ${autoscaling_mysql_service}
Expand Down Expand Up @@ -838,12 +837,9 @@ variables:

inst_prin:
type: boolean
title: "Use Instance Principal"
description: "You will need to set a dynamic group and policy to allow the bastion to authenticate "
title: "Use Instance Principal (required for autoscaling)"
description: "You will need to set a dynamic group and policy to allow the bastion to authenticate. This will not be created automatically."
default: true
visible:
and:
- ${autoscaling}

api_user_key:
type: file
Expand Down

0 comments on commit 837d257

Please sign in to comment.