-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can you tell me to access through s3, then where should I fill in my ak and sk #1868
Comments
Thank you. So for the type s3-storage-v3-direct, is it configured in binarystore.xml? The exception is that binarystore.xml needs to be modified in pod after the service is deployed? |
The binarystore.xml will be generated according to the values.yaml configuration - No need to update the binarystore.xml in the pod level.
|
Thank you for your patient answer,I followed the following command to execute the deployment, However, the artifactory service keeps reporting errors as shown in the figure during startup,I only modified persistence.type to s3,No modifications were made to other values.yaml,What is the reason for this? artifactory-oss:7.77.7 Deployment command:helm install artifactory-oss ./artifactory-oss values.yaml: persistence:
So I'm wondering, does the oss version not support S3 storage? Or is there something wrong with my configuration? |
Hi @xujy1991 Indeed, the S3 bucket is not supported for OSS . Thanks |
I don't see where to fill in ak and sk. Don't you need to fill in accesskey and secretkey of object storage to access s3?
awsS3V3:
testConnection: true
identity:
credential:
region: zj
bucketName:
path: artifactory/filestore
endpoint:
port:
useHttp:
maxConnections: 50
connectionTimeout:
socketTimeout:
kmsServerSideEncryptionKeyId:
kmsKeyRegion:
kmsCryptoMode:
useInstanceCredentials: true
usePresigning: false
signatureExpirySeconds: 300
signedUrlExpirySeconds: 30
cloudFrontDomainName:
cloudFrontKeyPairId:
cloudFrontPrivateKey:
enableSignedUrlRedirect: false
The text was updated successfully, but these errors were encountered: