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
Describe the bug
The documentation states that the provider can be given an access_token parameter to initialise; However, this parameter doesn't seem to be getting utilised by the underlying provider implementation. Only a corresponding OCTOPUS_ACCESS_TOKEN is read.
Describe the bug
The documentation states that the provider can be given an
access_token
parameter to initialise; However, this parameter doesn't seem to be getting utilised by the underlying provider implementation. Only a correspondingOCTOPUS_ACCESS_TOKEN
is read.Steps to reproduce
Expected behavior
The provider should initialise successfully using the access token provided.
Logs and other supporting information
See above
Screenshots
See above
Environment and versions:
Linux
Cloud
5.16.1
0.39.0
Additional context
Problem line:
terraform-provider-octopusdeploy/octopusdeploy_framework/framework_provider.go
Line 52 in 03ee6b7
The text was updated successfully, but these errors were encountered: