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
The environment parameter "PING_IDENTITY_ACCEPT_EULA" does not work when using any ping docker image after 11.2.x
To Reproduce
Steps to reproduce the behavior:
Update docker-compose.yaml to use a new image after 11.2 eg: pingidentity/pingfederate:12.0.6-edge
Add the below environment parameter to the file:
PING_IDENTITY_ACCEPT_EULA=YES
run docker-compose
See error
╷
│ Error: Connection Error
│
│ with provider["registry.terraform.io/iwarapter/pingfederate"],
│ on versions.tf line 11, in provider "pingfederate":
│ 11: provider "pingfederate" {
│
│ Unable to connect to PingFederate: License Agreement has to be accepted to use PingFederate.
This does not happen if we use an older image eg: pingidentity/pingfederate:11.1.1-edge
The below document confims that the environment parameter is supported.
It's possible that it could be an issue with the terraform provider. We aren't able to support the iwarapter/pingfederate terraform provider since it is community-made, but we do have a Ping-supported terraform provider available here: https://registry.terraform.io/providers/pingidentity/pingfederate/latest.
Describe the bug
The environment parameter "PING_IDENTITY_ACCEPT_EULA" does not work when using any ping docker image after 11.2.x
To Reproduce
Steps to reproduce the behavior:
PING_IDENTITY_ACCEPT_EULA=YES
╷
│ Error: Connection Error
│
│ with provider["registry.terraform.io/iwarapter/pingfederate"],
│ on versions.tf line 11, in provider "pingfederate":
│ 11: provider "pingfederate" {
│
│ Unable to connect to PingFederate: License Agreement has to be accepted to use PingFederate.
This does not happen if we use an older image eg: pingidentity/pingfederate:11.1.1-edge
The below document confims that the environment parameter is supported.
https://devops.pingidentity.com/docker-images/pingfederate/
Expected behavior
The pingfederate docker image is running and ready for further configuration.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment:
Additional Info
Add any other information about the problem here.
The text was updated successfully, but these errors were encountered: