AlumnIQ Admin Documentation
  • README
  • Common Features
    • Identity
    • Xid
    • Google Analytics Tracking
  • Content Management
    • Editing Pages
  • Profiles and Directory
    • Public Resources
      • Account Creation
      • Updating a Profile
      • Using the Directory
    • Administrative Resources
      • Profile Customization
      • Maintenance
      • Capturing Changes
      • Directory Permissions and Inclusion
  • Events Module
    • Event Setup
      • Event Skinning
    • Activity Setup
    • Fees
    • Webinars
    • Products
    • Fair Market Value (FMV)
    • Location Management
    • Access Control
    • Remote Check In [V5]
    • Wingman
    • Customer Service
    • Printing Name Tags
    • Express Registration
    • Reporting
    • Including Warehouse Data
    • Post-Event Survey
    • Post-Event Tasks
      • Matching
  • Image Library
    • Recent Uploads
    • Edit Image
    • Search Images
    • Uploads
  • Email and Lists
    • List Management
    • Delivery Workflow
    • Unsubscribes
    • Exclusions
    • Automated Messages
    • Bounce Handling
    • Spam Complaints
    • Resubscribes
  • Membership
    • Customer Service
  • Volunteer
    • Data Feeds
  • Online Giving
    • Giving Form
    • Global Configuration
    • Donor Cover
    • Setup Paths & Pitches
    • Sending targeted emails
    • Ask Arrays
    • Customer Service & Reporting
    • Tax Receipts
    • Suspended Pledges
    • Payment Processing
    • Give Now
    • Refunds
  • Crowdfunding
    • Introduction
    • Media Recommendations
    • Scheduled Page Updates
    • Challenges
  • Salesforce
    • Installation
    • Integration
    • Security
  • Security
    • Salesforce
    • Shared User Accounts
    • API Keys
    • S3 Keys
  • Data Sync
    • API Basics
    • Sending us your data
    • Getting data out of AlumnIQ (API)
    • API: Financial Data
    • Object Model/ER Diagrams
    • Salesforce
  • Integration Recipes
    • Everyday Events
    • Warehouse Loads
    • Salesforce
  • Compliance
  • Customer Guides
    • Auburn Specific Instructions
    • WWU Specific Instructions
  • Signature Events Service
    • Onboarding and Setup Timeline
    • Integration
    • Payments and Gateways
    • Warehouse Structure and Projection
    • Graphic Specs
    • Giving
    • Where to update what
    • Planning to Attend
    • Bio Update
    • General Configuration
    • Who's Coming List(s)
    • Package Controls
    • Access Controls
    • Strings
    • Health+Safety/Vaccination Attestation
    • Table/Seat Assignment
    • Getting events from contributors across campus
    • Virtual Events and Webinars
    • Staff Assistant
    • Common Scenarios
    • General Registration Management
    • Text and Email Messaging
    • The Pass
    • Watches
    • Housing
    • Post-Event Survey
    • Name Tags and Printing
    • Options for Check In
    • Batch Printing
    • Offloading Clicker Data
    • Event Attendance with Gatekeeper
    • iqKey for fast Gatekeeper access
    • Email Senders
    • Newsletter Archive
Powered by GitBook
On this page
  • Scheduled Key Rotations
  • S3 Key lookup API (AlumnIQ Platform customers)
  1. Security

S3 Keys

PreviousAPI KeysNextData Sync

Last updated 2 months ago

In order to facilitate , we create an Amazon S3 bucket for your school, and we provide you credentials to access it.

If, for example, your bucket name is private-iqu, you should write your files into private-iqu/production/warehouse/ to make that file available to our production server, or into private-iqu/qa/warehouse/ to make that file availble to our qa server.

For initial setup, you can access the security keys in AlumnIQ Platform Admin, in the Security module, under the section, "S3 Keys". Signature Events customers will be provided your initial keys via secure file transfer.

Scheduled Key Rotations

S3 keys -- both the access key and the secret -- will be automatically rotated quarterly. To facilitate you keeping your keys up to date without interruption, we provide a period of ten days in which both the new and the old key are active. New keys are created on the 10th of January, April, July, and October. The prior key won't be deactivated until the 20th day of the same month.

For AlumnIQ Platform customers, an API resource is available with which you may look up your new key in an automated fashion. If you so choose, or if you don't have the capability to automate, you can make arrangements to manually update your keys per the above schedule. To facilitate manual updates, your keys will be available in the Security / S3 Keys screen in admin.

For Signature Events customers who don't also use AlumnIQ Platform, your updated keys will be available in the root of your S3 bucket as a file named aws-keys-next.txt. It will be created/updated on key rotation days. If you would like to delete the file after you have updated your keys, you may.

S3 Key lookup API (AlumnIQ Platform customers)

If using the AlumnIQ Platform API to get your new S3 Access Key and Secret Key, send a POST request to /api/v1/index.cfm/aws/accesskey. The request body should be a JSON object including your , and your current (soon-expiring) Access Key.

{
  "apikey": "98A8...83F3",
  "accesskey": "AKIA...BGP4"
}

Please be careful to NOT include your SecretKey in the request.

Assuming your api key and access key are valid, the response will contain your new access key and secret key:

{
  "AccessKey": "AKIA...JAEM",
  "SecretKey": "C4Qd...emjH"
}
sending us your data
AlumnIQ API Key