[YYYY-MM-DDTHH:MM:SS]Z error wcp [opID=vapi] Security Context missing in the request [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] SecurityContext not passed in the request. Creating an empty security context[YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] opId was not present for the request [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Handling new request with input {"STRUCTURE":{"operation-input":{}}} [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Service specific authorization scheme for com.vmware.vapi.std.introspection.service not found. [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Service specific authorization scheme for com.vmware.vapi.std.introspection.service not found. [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Could not find package specific auth scheme for com.vmware.vapi.std.introspection.service [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Authn scheme Id is not provided but NO AUTH is allowed hence invoking the operation [YYYY-MM-DDTHH:MM:SS]Z error wcp [opID=vapi] SecurityCtx doesn't have property AUTHN_IDENTITY[YYYY-MM-DDTHH:MM:SS]Z error wcp [opID=vapi] Invalid authentication result [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Skipping authorization checks, because there is no authentication data for: com.vmware.vapi.std.introspection.service.list[YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Searching for service com.vmware.vapi.std.introspection.service [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Searching for operation list [YYYY-MM-DDTHH:MM:SS]Z debug wcp [opID=vapi] Validating input
Starting service process with pid: 12360.
time="YYYY-MM-DDTHH:MM:SSZ" level=info msg="registering actuator TKG Content Library Creation"
time="YYYY-MM-DDTHH:MM:SSZ" level=info msg="registering actuator Entity Permissions"
time="YYYY-MM-DDTHH:MM:SSZ" level=info msg="registering actuator CPVM Creation"
time="YYYY-MM-DDTHH:MM:SSZ" level=debug msg=" [BEGIN] [main.main:204] main"
time="YYYY-MM-DDTHH:MM:SSZ" level=debug msg=" [ END ] [main.main: 204] [1.338515ms] main"
panic: Invalid config file /etc/vmware/wcp/wcpsvc.yaml: yaml: unmarshal errors:
line 19: cannot unmarshal !! map into int
The following points address and resolve the issue:
1. Connect to the VCSA using SSH using the root username and password.
2. Create a backup of the "wcpsvc.yaml" file:
# cp /etc/vmware/wcp/wcpsvc.yaml /etc/vmware/wcp/wcpsvc.yaml.bak
3. Edit the "wcpsvc.yaml" file using vi:
# vi /etc/vmware/wcp/wcpsvc.yaml
4. Find and change the follow entry using the insert command pressing "i":
rhttpproxy_port: {rhttpproxy.ext.port2}
to
rhttpproxy_port: 443
5. Exit insert mode by pressing "esc" and then save the file by pressing ":wq!":
6. To apply this change, restart the WCP service:
# service-control --restart wcp