Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.
Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

apigee-config-maven-plugin 2.4.0 not working with bearer token and expecting kerberos tgt

Hi,

I am trying to use apigee-config-maven-plugin 2.4.0 to update config on cloud apigee x. 

I was able to use earlier version of  apigee-config-maven-plugin 2.2.2 to update the confid with bearer token. But when I incremented the version to 2.4.0, I am getting following error - 

GET https://apigee.googleapis.com/v1/organizations/<org>/environments/dev/targetservers
accept-encoding: [gzip]
authorization: [Bearer [Not shown in log]
x-goog-api-format-version: 2
NEGOTIATE authentication error: No valid credentials provided (Mechanism level: No valid credentials provided (Mechanism level: Failed to find any Kerberos tgt))
NTLM authentication error: Credentials cannot be used for NTLM authentication: org.apache.http.auth.UsernamePasswordCredentials

I wanted to connect to apigee X running on cloud and passing valid bearedr token in maven while running maven goal

1 1 173
1 REPLY 1

@Vaibhavbhargav - can you please share the "mvn" command you are running, share your pom profile?

When you update the pom from 2.4.0 to 2.2.2, does the same maven command work? If you did not try that, can you try that and update along with the details I asked for