You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
willdavsmith opened this issue
Dec 19, 2024
· 4 comments
Labels
bugSomething is broken or not working as expectedimportantThis item is a high priority Issue we intend to address as soon as possibletriagedThis issue has been reviewed and triaged
rad init
k apply -f secret.yaml
rad deploy app.bicep
❯ rad deploy app.bicep
Building app.bicep...
WARNING: The following experimental Bicep features have been enabled: Extensibility. Experimental features should be enabled for testing purposes only, as there are no guarantees about the quality or stability of these features. Do not enable these settings for any production usage, or your production environment may be subject to breaking.
Deploying template 'app.bicep' for application 'willsmith' and environment '/planes/radius/local/resourceGroups/default/providers/Applications.Core/environments/default' from workspace 'default'...
Deployment In Progress...
Completed azdevops Applications.Core/secretStores
. recipe Applications.Datastores/redisCaches
Completed dv Applications.Core/environments
Error: {
"code": "DeploymentFailed",
"message": "At least one resource deployment operation failed. Please see the details for the specific operation that failed.",
"target": "/planes/radius/local/resourceGroups/default/providers/Microsoft.Resources/deployments/rad-deploy-e525851f-5a0c-42c0-aa0c-a03a5ab3e208",
"details": [
{
"code": "OK",
"message": "",
"target": "/planes/radius/local/resourceGroups/default/providers/Applications.Core/secretStores/azdevops"
},
{
"code": "ResourceDeploymentFailure",
"message": "Failed",
"target": "/planes/radius/local/resourceGroups/default/providers/Applications.Datastores/redisCaches/recipe",
"details": [
{
"code": "LoadSecretsFailed",
"message": "failed to fetch secrets for Terraform recipe git::https://github.com/radius-project/terraform-private-modules//kubernetes-redis deployment: POST https://10.96.0.1:443/apis/api.ucp.dev/v1alpha3/planes/radius/local/resourcegroups/default/providers/Applications.Core/secretStores/azdevops/listSecrets\n--------------------------------------------------------------------------------\nRESPONSE 500: 500 Internal Server Error\nERROR CODE: Internal\n--------------------------------------------------------------------------------\n{\n \"error\": {\n \"code\": \"Internal\",\n \"message\": \"pat is the invalid base64 encoded value: illegal base64 data at input byte 0\"\n }\n}\n--------------------------------------------------------------------------------\n",
"details": [
{
"code": "Internal",
"message": "pat is the invalid base64 encoded value: illegal base64 data at input byte 0"
}
]
}
]
},
{
"code": "OK",
"message": "",
"target": "/planes/radius/local/resourceGroups/default/providers/Applications.Core/environments/dv"
}
]
}
TraceId: 612c496ae349a9795ab9d2e689ab7d87
First step is to find the root cause of this issue. Then we can triage again to determine how to prioritize the fix.
lakshmimsft
added
triaged
This issue has been reviewed and triaged
important
This item is a high priority Issue we intend to address as soon as possible
labels
Dec 19, 2024
👍 We've reviewed this issue and have agreed to add it to our backlog. Please subscribe to this issue for notifications, we'll provide updates when we pick it up.
We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.
For more information on our triage process please visit our triage overview
We've prioritized work on this issue. Please subscribe to this issue for notifications, we'll provide updates as we make progress.
We also welcome community contributions! If you would like to pick this item up sooner and submit a pull request, please visit our contribution guidelines and assign this to yourself by commenting "/assign" on this issue.
For more information on our triage process please visit our triage overview
bugSomething is broken or not working as expectedimportantThis item is a high priority Issue we intend to address as soon as possibletriagedThis issue has been reviewed and triaged
Steps to reproduce
Note: Files used are at end of this section
app.bicep
secret.yaml
Observed behavior
There is a failure on deployment.
Desired behavior
Deployment should succeed and Radius should be able to auth to the private Terraform registry successfully.
Workaround
Encode the secrets twice:
secret-doubleencoded.yaml
rad Version
❯ rad version
RELEASE VERSION BICEP COMMIT
edge v0.40.0-rc1-49-g6b227c8-dirty 0.31.92 6b227c8
Operating system
macOS Sequoia 15.2 - M1 ARM64
Additional context
No response
Would you like to support us?
AB#13848
The text was updated successfully, but these errors were encountered: