Describe the bug
A clear and concise description of what the bug is.
https://docs.netapp.com/us-en/trident/trident-use/anf-examples.html#example-configurations
This mentions are a CRD like
apiVersion: trident.netapp.io/v1
kind: TridentBackendConfig
metadata:
finalizers:
- trident.netapp.io
name: backend-001
namespace: trident
spec:
capacityPools:
- rg-service-tst-dewc-001/naa-service-tst-dewc-001/nac-service-tst-dewc-001
clientID: xxxxxx
clientSecret: xxxxxxx
location: germanywestcentral
netappAccounts:
- rg-service-tst-dewc-001/naa-service-tst-dewc-001
resourceGroups:
- rg-service-tst-dewc-001
size: 10G
storageDriverName: azure-netapp-files
subnet: rg-service-tst-dewc-001/vnet-service-tst-dewc-001/snet-service-tst-dewc-001
subscriptionID: xxxxx
unixPermissions: 511
version: 1
virtualNetwork: rg-service-tst-dewc-001/vnet-service-tst-dewc-001
status:
backendInfo:
backendName: ''
backendUUID: ''
deletionPolicy: delete
lastOperationStatus: Failed
message: >-
Failed to create backend: unsupported config error; input contains forbidden
attributes: [ClientID ClientSecret]
phase: ''
But when I use it the status has this error:
message: >-
Failed to create backend: unsupported config error; input contains forbidden
attributes: [ClientID ClientSecret]
So I can`t pass on credentials the way it si dokumented
Environment
Provide accurate information about the environment to help us reproduce the issue.
- Trident version: 26.02.0
- Kubernetes version: aks latest olm
- Kubernetes orchestrator: aks latest
- Kubernetes enabled feature gates: ?
- OS: aks latest
- NetApp backend types: aks latest
- Other:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.
Describe the bug
A clear and concise description of what the bug is.
https://docs.netapp.com/us-en/trident/trident-use/anf-examples.html#example-configurations
This mentions are a CRD like
But when I use it the status has this error:
message: >-
Failed to create backend: unsupported config error; input contains forbidden
attributes: [ClientID ClientSecret]
So I can`t pass on credentials the way it si dokumented
Environment
Provide accurate information about the environment to help us reproduce the issue.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here.