-
Notifications
You must be signed in to change notification settings - Fork 436
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
AWS Import/Export Service causes issue for tagged processing #100
Comments
Yes, tag names are not sanitized. I'll see about fixing it |
Closed
agreg
pushed a commit
to agreg/ice_cookbook
that referenced
this issue
Jan 14, 2015
Work around Teevity/ice#100 by pre-creating the directories it expects to find Added nginx_default_server attribute to make Nginx proxy all HTTP requests to Tomcat Added reservation_capacity_poller_roles and reservation_capacity_poller_external_ids attributes to define per-account IAM roles and external ids to allow polling of reservation capacity in different accounts Added logrotate_frequency and logrotate_rotate attributes to define log rotation frequency and retention for catalina.out Added attributes for the remaining options in ice.properties
This was referenced Jan 20, 2015
NitriKx
added a commit
that referenced
this issue
Aug 2, 2017
* integration: Fixed the path of the generated ice.properties file in the instructions shown at the end of the install.sh script Do not fail in install.sh if the "message.properties" file has already been deleted Do not fail in install.sh if the local work directories already exists Force the install.sh script to exit if an error occur Add a syntax validation on install.sh in the Travis CI testing process Fixed OS detection in install.sh Add support for localized billing accounts Fix Grails version in URL Update README with reference to ice.config.location Allow extra configuration file Add us-east-1f support minor fixes Highstock CDN supports HTTPS now, let's use it by default Continue grouping resources even if ResourceId is missing Parse services with '/'. Fixes #100 Upgrade to Grails 2.4.4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately, AWS Import/Export has a '/' in its name so we fail when processing tagged resources:
I worked around this via some changes like:
but probably needs to be a centralized helper method(I'm also not sure what I may have broken).
The text was updated successfully, but these errors were encountered: