-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Describe the bug
Runtime init script end with "Error getting token 400"
Interface:1.1 seams to be mapped twice could this be related to 400 error message?
There is also some license issues.
Current behavior
2024-02-21T15:23:58.551Z [32141]: info: Resolving parameters
2024-02-21T15:23:58.606Z [32141]: info: Interface:1.2
2024-02-21T15:23:58.607Z [32141]: info: MAC address found for 1.2: 00:17:fa:07:9f:09
2024-02-21T15:23:58.607Z [32141]: info: Local interface 2 MAC address 0017fa079f09 matches Azure network interface 2 MAC address 0017fa079f09
2024-02-21T15:23:58.613Z [32141]: info: Interface:mgmt
2024-02-21T15:23:58.614Z [32141]: info: MAC address found for mgmt: 00:17:fa:07:9e:df
2024-02-21T15:23:58.615Z [32141]: info: Local interface 0 MAC address 0017fa079edf matches Azure network interface 0 MAC address 0017fa079edf
2024-02-21T15:23:58.621Z [32141]: info: Interface:1.1
2024-02-21T15:23:58.621Z [32141]: info: MAC address found for 1.1: 00:17:fa:07:9a:eb
2024-02-21T15:23:58.622Z [32141]: info: Local interface 1 MAC address 0017fa079aeb matches Azure network interface 1 MAC address 0017fa079aeb
2024-02-21T15:23:58.628Z [32141]: info: Interface:1.1
2024-02-21T15:23:58.628Z [32141]: info: MAC address found for 1.1: 00:17:fa:07:9a:eb
2024-02-21T15:23:58.629Z [32141]: info: Local interface 1 MAC address 0017fa079aeb matches Azure network interface 1 MAC address 0017fa079aeb
2024-02-21T15:23:58.758Z [32141]: error: Error getting token 400
2024-02-21T15:23:58.758Z [32141]: info: Sending F5 Teem report for failure case.
2024-02-21T15:23:59.013Z [32141]: warn: Problem with getting data from /mgmt/tm/sys/license endpoint. Leaving regKey with default value
2024-02-21T15:23:59.014Z [32141]: info: {"id":"ba9d9528-e875-994c-95725ff36b09","product":"BIG-IP","cpuCount":8,"diskSize":86016,"memoryInMb":32176,"version":"16.1.4.2","nicCount":3,"platformId":"Z100","hostname":"bigip1","management":"10.45.136.69/26","provisionedModules":{"ltm":"nominal"},"installedPackages":{},"environment":{"pythonVersion":"Python 2.7.5","pythonVersionDetailed":"2.7.5 (default, Dec 1 2023, 09:40:19) \n[GCC 4.8.5 20150623 (Red Hat 4.8.5-16)]","nodeVersion":"v6.9.1","libraries":{"ssh":"OpenSSH_7.4p1, OpenSSL 1.0.2u-fips 20 Dec 2019"}}}
2024-02-21T15:23:59.270Z [32141]: error: Device is not licensed yet
Your Environment
cat /config/cloud/secret_id
BigIpSecret/
cat /config/cloud/vault_url
https://f5-kv.vault.azure.cn
cat /config/cloud/license_key
XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
"bigIpPasswordSecretId": {
"value": "https://f5-kv.vault.azure.cn/secrets/BigIpSecret/"
},
"bigIpPasswordSecretValue": {
"value": ""
},
Been switch between using either bigIpPasswordSecretValue Only or as now last time bigIpPasswordSecretId.
What I notice is that if i'm using bigIpPasswordSecretValue Azure Secrets object sill get's created, or is this per design?