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
Expected behavior
Export should recognize this setting and not error.
Given this setting is configured outside of the environment, but is part of the environment's definition, it would be nice if the Import function also set features.SSLInfo.Enforce to match.
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using recently added feature to Apigee: features.SSLInfo.Enforce
Ref: https://cloud.google.com/apigee/docs/api-platform/reference/api-proxy-configuration-reference#environment-level-ssl-enforcement
running:
apigeecli organizations export
apigeecli environments export
results in error:
Error: json: cannot unmarshal object into Go struct field Environment.properties of type []env.Property
Version
apigeecli version 2.8.1 date: 2024-12-30T18:10:19Z [commit: dee62e3]
To Reproduce
Expected behavior
Export should recognize this setting and not error.
Given this setting is configured outside of the environment, but is part of the environment's definition, it would be nice if the Import function also set features.SSLInfo.Enforce to match.
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered: