William Dutton
William Dutton
per https://github.com/ckan/ckan-docker/issues/193 can we also cross link to https://github.com/ckan/ckan-docker-base as they are siblings/twins and work together.
unsure what else would need to be altered but this regex would need to change https://github.com/tilfinltd/aws-extend-switch-roles/blob/main/src/js/popup.js#L201 const mdsd = aURL.host.match(/^(([a-z]{2}\-[a-z]+\-[1-9])\.)?console\.aws/); something like ``((\d+-\w+)\.){0,1}(([a-z]{2}\-[a-z]+\-[1-9])\.)?console\.aws`` group2 is the 'new multi session' key...
From: chrome-extension://jpmkfafbacpgapdghgdpembnojdlgkdl/updated.html ## AWS Extend Switch Roles - Update Notice ### Multi-Session Support Support for the new AWS Management Console "Multi-Session" feature, enabling simultaneous sign-in to multiple AWS accounts in...
also, once you have opened a 'session', you can open a new tab to that session on the normal aws user drop down menu. If you go back to 'standard'...
> [@cspotcode](https://github.com/cspotcode), In the [change notes](https://github.com/tilfinltd/aws-extend-switch-roles/blob/cba772a6a66bc13156535978abc70a1f7a8134eb/src/updated.html#L52) it says: > > > Keep your organization's main account tab open, and switch to the target roles to work from it as needed....
@jgard , Multi Session requires you to swap to the 'master|central' account prior to being able to role swap again since the new 'system' allows role chaining which is a...
@cspotcode , I think that would be nice, but would also need other changes to show 'all' profiles available on ALL 'known' sessions which are active. The code around https://github.com/tilfinltd/aws-extend-switch-roles/blob/main/src/js/content.js#L127C29-L127C40...
ckan core may be simplish, but when you start to add all the extensions, the order of each dependency install starts to matter. I'd love to see us following and...
I get ya, we have 19 extensions that we need to play well with each other as well as be installed in the correct order for ckan.ini. What we have...
Hi @Zharktas , For your example, do note that https://github.com/ckan/ckanext-qa/issues/84 was open to uplift said plugin since it is very actively used on data.qld.gov.au (now supporting 2.10 and very soon...