Questions tagged [sts]

194 questions
0
votes
1 answer

message: 'The bucket policy does not exist', code: 'NoSuchBucketPolicy',

We are trying to attach session policy in aws but we are receiving the following error and still can't figure out why this error We are using S3 bucket and Secure Token service Note: We are getting the temporary credentials but the policy is not…
int main
  • 23
  • 3
0
votes
2 answers

Issue while creating aws s3clinet with ARN assume role for s3 bucket

I'm trying to create s3 client with java with STS BasicSessionCredentials credentials = getCredentialsOfCurrentRole(); AWSSecurityTokenService sts = new AWSSecurityTokenServiceClient(credentials).withRegion(REGION); AssumeRoleRequest…
paresh
  • 351
  • 1
  • 3
  • 12
0
votes
0 answers

Travis CI with AWS 'assume role'

Our AWS accounts are set up so that users login to one account, and then 'assume role' to different accounts to access various services. We have TravisCI setup so that it runs an integration test against a test account, and then uploads a build…
Daniel Scott
  • 7,418
  • 5
  • 39
  • 58
0
votes
1 answer

Getting Error while trying to create Spring boot Netflix eureka server

I am getting below error when i try to add maven dependency in pom.xml for eureka server. ********Maven dependency *********** org.springframework.cloud
Rajnish
  • 21
  • 1
  • 4
0
votes
1 answer

How to convert normal Java project into a Maven project in Mendix?

Can anyone please tell that how to convert normal java project into maven and springboot project in Mendix? I made a java action call in Mendix, initially I got a normal java project then I tried to convert it into maven, once I done this…
0
votes
1 answer

Connectivity of SonarLite from STS

I have standalone application. When I try to connect to sonarqube I am getting be below error "sonarqube server has version 5.6.7 version should be greater or equal to 6.7" C
bharathi
  • 6,019
  • 23
  • 90
  • 152
0
votes
1 answer

Eclipse/STS starts once - then fails to start again - Mac/Catalina 10.15.7

After trying to install a CVS client into Eclipse/STS (ver 4.7.1) that I use no longer loads. I've re-installed Eclipse/STS a couple of times, but the startup issue persists...I get the exceptions listed below. On intermittent tries after deleting…
lincolnadym
  • 909
  • 1
  • 12
  • 29
0
votes
1 answer

Getting "InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records." after updating Amplify Users IAM Keys

I recently "Created a new Access Key" for my AWS Amplify IAM user, and disabled the old key. I also changed how I was authenticating to AWS (using an IAM user now instead of previously a SSO Federated user). Now when I run something like: amplify…
Rob Paterson
  • 2,493
  • 3
  • 21
  • 21
-1
votes
0 answers

How to disable Spring Java Reconcile notification in STS 4.19.1

Whenever I'm working on the STS, a little window appears referring to Spring Java Reconcile. enter image description here How do I disable this. I already looked for it here in the IDE, but I didn't find it. I already went to Preferences to look for…
-1
votes
1 answer

Could not resolve placeholder 'envVerNum' in value "${envVerNum}"

In MacOS, they just open terminal and do these vi .bash_profile here vi is something like text editor .. then the file named .bash_profile popsup and they store export envVerNum=2.2.2 and save it and close it. then open terminal again and…
-1
votes
1 answer

AWS Boto3/Botocore assume IAM role in ECS task

I'm trying to create a botocore session (that does not use my local AWS credentials on ~/.aws/credentials). In other words, I want to create a "burner AWS account". With that burner credentials/session, I want to setup an STS client and with that…
-1
votes
1 answer

Unable to open the marketplace in STS4 on Windows 10

I've a windows 10 64 bit machine on which I've set up the java 8. So for one of the project I'm trying to set up the STS4 on machine but unfortunately couldn't get through. Need assistance on it. Whereas I tried various below options Change in…
Vish
  • 346
  • 3
  • 11
-1
votes
1 answer

Enhanced Class Decompiler is installed still I am unable to decompile .class to .java source?

Enhanced Class Decompiler is installed still I am unable to decompile .class to .java source? I am trying to decompile java core class - Collections.class - Could some one guide me how to get past this. I am using STS 4.8.x
user14305942
-1
votes
1 answer

Spring Tool Suite: How to hide blue color bottom border of selected file

How to hide blue color bottom border of selected file, as shown in the below image, I am using Spring Tool Suite 4.
Nagesha S
  • 53
  • 5
1 2 3
12
13