Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
add app cred auth_type
Browse files Browse the repository at this point in the history
  • Loading branch information
scrungus committed Mar 7, 2024
1 parent cfa2158 commit 0bb556f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions magnum_capi_helm/common/app_creds.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def _create_app_cred(context, cluster):
"application_credential_id": app_cred.id,
"application_credential_secret": app_cred.secret,
},
"auth_type": "v3applicationcredential",
},
},
}
Expand Down

0 comments on commit 0bb556f

Please sign in to comment.